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 24, 2018 · 17 revisions

IndexPlaneD

PlaneIntersectionType Intersects(BoundingBoxD box)

Summary

Checks whether the current PlaneD intersects a specified BoundingBox.

void Intersects(ref BoundingBoxD box, ref PlaneIntersectionType result)

Summary

Checks whether the current PlaneD intersects a BoundingBox.

PlaneIntersectionType Intersects(BoundingFrustumD frustum)

Summary

Checks whether the current PlaneD intersects a specified BoundingFrustum.

PlaneIntersectionType Intersects(BoundingSphereD sphere)

Summary

Checks whether the current PlaneD intersects a specified BoundingSphere.

void Intersects(ref BoundingSphere sphere, ref PlaneIntersectionType result)

Summary

Checks whether the current PlaneD intersects a BoundingSphere.

Clone this wiki locally