This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Ray.Intersects
Malware edited this page May 4, 2019
·
19 revisions
← Index ← Namespace Index ← Ray
public Nullable<System.Single> Intersects(BoundingBox box)Checks whether the Ray intersects a specified BoundingBox.
- BoundingBox box
public void Intersects(ref BoundingBox box, ref Nullable<System.Single> result)- BoundingBox box
- Nullable<System.Single> result
public Nullable<System.Single> Intersects(BoundingFrustum frustum)Checks whether the Ray intersects a specified BoundingFrustum.
- BoundingFrustum frustum
public Nullable<System.Single> Intersects(Plane plane)Determines whether this Ray intersects a specified Plane.
- Plane plane
public void Intersects(ref Plane plane, ref Nullable<System.Single> result)- Plane plane
- Nullable<System.Single> result
public Nullable<System.Single> Intersects(BoundingSphere sphere)Checks whether the Ray intersects a specified BoundingSphere.
- BoundingSphere sphere
public void Intersects(ref BoundingSphere sphere, ref Nullable<System.Single> result)- BoundingSphere sphere
- Nullable<System.Single> result
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!