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