Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the Ray intersects a specified plane or bounding volume.
Overload List
Name | Description |
---|---|
Ray.Intersects (BoundingBox) | Checks whether the Ray intersects a specified BoundingBox. |
Ray.Intersects (BoundingBox, Nullable<Single>) | Checks whether the current Ray intersects a BoundingBox. |
Ray.Intersects (BoundingFrustum) | Checks whether the Ray intersects a specified BoundingFrustum. |
Ray.Intersects (BoundingSphere) | Checks whether the Ray intersects a specified BoundingSphere. |
Ray.Intersects (BoundingSphere, Nullable<Single>) | Checks whether the current Ray intersects a BoundingSphere. |
Ray.Intersects (Plane) | Determines whether this Ray intersects a specified Plane. |
Ray.Intersects (Plane, Nullable<Single>) | Determines whether this Ray intersects a specified Plane. |