Intersects
Summary
public float? Intersects(BoundingBox box)
Checks whether the Ray intersects a specified BoundingBox.
Returns
Parameters
- BoundingBox box
Summary
public void Intersects(ref BoundingBox box, out float? result)
Checks whether the current Ray intersects a BoundingBox.
Parameters
- BoundingBox box
- float? result
Summary
public float? Intersects(BoundingFrustum frustum)
Checks whether the Ray intersects a specified BoundingFrustum.
Returns
Parameters
- BoundingFrustum frustum
Summary
public float? Intersects(Plane plane)
Determines whether this Ray intersects a specified Plane.
Returns
Parameters
- Plane plane
Summary
public void Intersects(ref Plane plane, out float? result)
Determines whether this Ray intersects a specified Plane.
Parameters
Summary
public float? Intersects(BoundingSphere sphere)
Checks whether the Ray intersects a specified BoundingSphere.
Returns
Parameters
- BoundingSphere sphere
Summary
public void Intersects(ref BoundingSphere sphere, out float? result)
Checks whether the current Ray intersects a BoundingSphere.
Parameters
- BoundingSphere sphere
- float? result