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

IndexPlane

PlaneIntersectionType Intersects(BoundingBox box)

Summary

Checks whether the current Plane intersects a specified BoundingBox.

void Intersects(ref BoundingBox box, ref PlaneIntersectionType result)

Summary

Checks whether the current Plane intersects a BoundingBox.

PlaneIntersectionType Intersects(BoundingFrustum frustum)

Summary

Checks whether the current Plane intersects a specified BoundingFrustum.

PlaneIntersectionType Intersects(BoundingSphere sphere)

Summary

Checks whether the current Plane intersects a specified BoundingSphere.

void Intersects(ref BoundingSphere sphere, ref PlaneIntersectionType result)

Summary

Checks whether the current Plane intersects a BoundingSphere.

Clone this wiki locally