VRageMath.PlaneIntersectionType - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

PlaneIntersectionType Enum

public enum PlaneIntersectionType

Describes the intersection between a plane and a bounding volume.

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

PlaneIntersectionType Back

There is no intersection, and the bounding volume is in the negative half-space of the Plane.

PlaneIntersectionType Front

There is no intersection, and the bounding volume is in the positive half-space of the Plane.

PlaneIntersectionType Intersecting

The Plane is intersected.

⚠️ **GitHub.com Fallback** ⚠️