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

VRageMath.BoundingSphere.Intersects

Malware edited this page Dec 25, 2018 · 19 revisions

IndexBoundingSphere

Summary

private public bool Intersects

Checks whether the current BoundingSphere intersects with a specified BoundingBox.

Returns

Example

Remarks

Summary

private public void Intersects

Checks whether the current BoundingSphere intersects a BoundingBox.

Returns

Example

Remarks

Summary

private public bool Intersects

Checks whether the current BoundingSphere intersects with a specified BoundingFrustum.

Returns

Example

Remarks

Summary

private public private public sealed PlaneIntersectionType Intersects

Checks whether the current BoundingSphere intersects with a specified Plane.

Returns

Example

Remarks

Summary

private public void Intersects

Checks whether the current BoundingSphere intersects a Plane.

Returns

Example

Remarks

Summary

private public private public sealed Nullable<T> Intersects

Checks whether the current BoundingSphere intersects with a specified Ray.

Returns

Example

Remarks

Summary

private public void Intersects

Returns

Example

Remarks

Summary

private public bool Intersects

Checks whether the current BoundingSphere intersects with a specified BoundingSphere.

Returns

Example

Remarks

Summary

private public void Intersects

Checks whether the current BoundingSphere intersects another BoundingSphere.

Returns

Example

Remarks

Clone this wiki locally