Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.RayD.Intersects

Malware edited this page May 4, 2019 · 19 revisions

IndexNamespace IndexRayD

Summary

public Nullable<System.Double> Intersects(BoundingBoxD box)

Checks whether the Ray intersects a specified BoundingBox.

Returns

Nullable<System.Double>

Parameters

Summary

public void Intersects(ref BoundingBoxD box, ref Nullable<System.Double> result)

Parameters

Summary

public Nullable<System.Double> Intersects(BoundingFrustumD frustum)

Checks whether the Ray intersects a specified BoundingFrustum.

Returns

Nullable<System.Double>

Parameters

Summary

public Nullable<System.Double> Intersects(PlaneD plane)

Determines whether this Ray intersects a specified Plane.

Returns

Nullable<System.Double>

Parameters

Summary

public void Intersects(ref PlaneD plane, ref Nullable<System.Double> result)

Parameters

Summary

public Nullable<System.Double> Intersects(BoundingSphereD sphere)

Checks whether the Ray intersects a specified BoundingSphere.

Returns

Nullable<System.Double>

Parameters

Summary

public void Intersects(ref BoundingSphere sphere, ref Nullable<System.Double> result)

Parameters

Clone this wiki locally