Intersects
Summary
public bool Intersects(BoundingBoxD box)
Checks whether the current BoundingSphereD intersects with a specified BoundingBoxD.
Returns
Parameters
- BoundingBoxD box
Summary
public void Intersects(ref BoundingBoxD box, out bool result)
Checks whether the current BoundingSphereD intersects a BoundingBoxD.
Parameters
- BoundingBoxD box
- bool result
Summary
public double? Intersects(RayD ray)
Returns
Parameters
- RayD ray
Summary
public bool Intersects(BoundingFrustumD frustum)
Checks whether the current BoundingSphereD intersects with a specified BoundingFrustum.
Returns
Parameters
- BoundingFrustumD frustum
Summary
public bool Intersects(BoundingSphereD sphere)
Checks whether the current BoundingSphereD intersects with a specified BoundingSphereD.
Returns
Parameters
- BoundingSphereD sphere
Summary
public void Intersects(ref BoundingSphereD sphere, out bool result)
Checks whether the current BoundingSphereD intersects another BoundingSphereD.
Parameters
- BoundingSphereD sphere
- bool result