Ray.Intersects Method
Checks whether the Ray intersects a specified plane or bounding volume.
| 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. |