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

VRageMath.Plane.Intersects

Malware edited this page Dec 24, 2018 · 16 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