Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingSphereD.Intersects

Malware edited this page Dec 25, 2018 · 20 revisions

IndexBoundingSphereD

Summary

private public bool Intersects(private public sealed struct.BoundingBoxD box)

Checks whether the current BoundingSphereD intersects with a specified BoundingBoxD.

Returns

Example

Remarks

Summary

private public void Intersects(ref private public sealed struct.BoundingBoxD box, ref bool result)

Checks whether the current BoundingSphereD intersects a BoundingBoxD.

Returns

Example

Remarks

Summary

private public private public sealed struct.Nullable<T> Intersects(private public sealed struct.RayD ray)

Returns

Example

Remarks

Summary

private public bool Intersects(private public class.BoundingFrustumD frustum)

Checks whether the current BoundingSphereD intersects with a specified BoundingFrustum.

Returns

Example

Remarks

Summary

private public bool Intersects(private public sealed struct.BoundingSphereD sphere)

Checks whether the current BoundingSphereD intersects with a specified BoundingSphereD.

Returns

Example

Remarks

Summary

private public void Intersects(ref private public sealed struct.BoundingSphereD sphere, ref bool result)

Checks whether the current BoundingSphereD intersects another BoundingSphereD.

Returns

Example

Remarks

Clone this wiki locally