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

VRageMath.Plane.Intersects

Malware edited this page Dec 25, 2018 · 17 revisions

IndexPlane

csharp[PlaneIntersectionType](VRageMath.PlaneIntersectionType) Intersects([BoundingBox](VRageMath.BoundingBox) box)##### Summary

Checks whether the current Plane intersects a specified BoundingBox.

csharpvoid Intersects(ref [BoundingBox](VRageMath.BoundingBox) box, ref [PlaneIntersectionType](VRageMath.PlaneIntersectionType) result)##### Summary

Checks whether the current Plane intersects a BoundingBox.

csharp[PlaneIntersectionType](VRageMath.PlaneIntersectionType) Intersects([BoundingFrustum](VRageMath.BoundingFrustum) frustum)##### Summary

Checks whether the current Plane intersects a specified BoundingFrustum.

csharp[PlaneIntersectionType](VRageMath.PlaneIntersectionType) Intersects([BoundingSphere](VRageMath.BoundingSphere) sphere)##### Summary

Checks whether the current Plane intersects a specified BoundingSphere.

csharpvoid Intersects(ref [BoundingSphere](VRageMath.BoundingSphere) sphere, ref [PlaneIntersectionType](VRageMath.PlaneIntersectionType) result)##### Summary

Checks whether the current Plane intersects a BoundingSphere.

Clone this wiki locally