VRageMath.BoundingSphereD.Intersects - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexBoundingSphereD

Summary

public bool Intersects(BoundingBoxD box)

Checks whether the current BoundingSphereD intersects with a specified BoundingBoxD.

Returns

bool

Parameters

Summary

public void Intersects(ref BoundingBoxD box, out bool result)

Checks whether the current BoundingSphereD intersects a BoundingBoxD.

Parameters

Summary

public double? Intersects(RayD ray)

Returns

double?

Parameters

Summary

public bool Intersects(BoundingFrustumD frustum)

Checks whether the current BoundingSphereD intersects with a specified BoundingFrustum.

Returns

bool

Parameters

Summary

public bool Intersects(BoundingSphereD sphere)

Checks whether the current BoundingSphereD intersects with a specified BoundingSphereD.

Returns

bool

Parameters

Summary

public void Intersects(ref BoundingSphereD sphere, out bool result)

Checks whether the current BoundingSphereD intersects another BoundingSphereD.

Parameters

⚠️ **GitHub.com Fallback** ⚠️