VRageMath.Plane.Intersects - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Plane
public PlaneIntersectionType Intersects(BoundingBox box)
Checks whether the current Plane intersects a specified BoundingBox.
- BoundingBox box
public void Intersects(ref BoundingBox box, out PlaneIntersectionType result)
Checks whether the current Plane intersects a BoundingBox.
- BoundingBox box
- PlaneIntersectionType result
public PlaneIntersectionType Intersects(BoundingFrustum frustum)
Checks whether the current Plane intersects a specified BoundingFrustum.
- BoundingFrustum frustum
public PlaneIntersectionType Intersects(BoundingSphere sphere)
Checks whether the current Plane intersects a specified BoundingSphere.
- BoundingSphere sphere
public void Intersects(ref BoundingSphere sphere, out PlaneIntersectionType result)
Checks whether the current Plane intersects a BoundingSphere.
- BoundingSphere sphere
- PlaneIntersectionType result