VRageMath.BoundingSphereD.Intersects - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingSphereD
public bool Intersects(BoundingBoxD box)
Checks whether the current BoundingSphereD intersects with a specified BoundingBoxD.
- BoundingBoxD box
public void Intersects(ref BoundingBoxD box, out bool result)
Checks whether the current BoundingSphereD intersects a BoundingBoxD.
- BoundingBoxD box
- bool result
public double? Intersects(RayD ray)
- RayD ray
public bool Intersects(BoundingFrustumD frustum)
Checks whether the current BoundingSphereD intersects with a specified BoundingFrustum.
- BoundingFrustumD frustum
public bool Intersects(BoundingSphereD sphere)
Checks whether the current BoundingSphereD intersects with a specified BoundingSphereD.
- BoundingSphereD sphere
public void Intersects(ref BoundingSphereD sphere, out bool result)
Checks whether the current BoundingSphereD intersects another BoundingSphereD.
- BoundingSphereD sphere
- bool result