Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingSphere.Intersects

Malware edited this page Dec 25, 2018 · 18 revisions

IndexBoundingSphere

Summary

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

Checks whether the current BoundingSphere intersects with a specified BoundingBox.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects a BoundingBox.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects with a specified BoundingFrustum.

Returns

Example

Remarks

Summary

private public private public sealed enum.PlaneIntersectionType Intersects(private public sealed struct.Plane plane)

Checks whether the current BoundingSphere intersects with a specified Plane.

Returns

Example

Remarks

Summary

private public void Intersects(ref private public sealed struct.Plane plane, ref private public sealed enum.PlaneIntersectionType result)

Checks whether the current BoundingSphere intersects a Plane.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects with a specified Ray.

Returns

Example

Remarks

Summary

private public void Intersects(ref private public sealed struct.Ray ray, ref private public sealed struct.Nullable<T> result)

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects with a specified BoundingSphere.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects another BoundingSphere.

Returns

Example

Remarks

Clone this wiki locally