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

VRageMath.PlaneD.Intersects

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