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

VRageMath.PlaneD.Intersects

Malware edited this page Dec 25, 2018 · 17 revisions

IndexPlaneD

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

Checks whether the current PlaneD intersects a specified BoundingBox.

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

Checks whether the current PlaneD intersects a BoundingBox.

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

Checks whether the current PlaneD intersects a specified BoundingFrustum.

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

Checks whether the current PlaneD intersects a specified BoundingSphere.

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

Checks whether the current PlaneD intersects a BoundingSphere.

Clone this wiki locally