Class PlaneIntersectionType
Describes the intersection between a plane and a bounding volume.
Inheritance
System.Object
PlaneIntersectionType
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public sealed class PlaneIntersectionType : Enum
Fields
Back
There is no intersection, and the bounding volume is in the negative half-space of the Plane.
Declaration
public const PlaneIntersectionType Back
Field Value
Type | Description |
---|---|
PlaneIntersectionType |
Front
There is no intersection, and the bounding volume is in the positive half-space of the Plane.
Declaration
public const PlaneIntersectionType Front
Field Value
Type | Description |
---|---|
PlaneIntersectionType |
Intersecting
The Plane is intersected.
Declaration
public const PlaneIntersectionType Intersecting
Field Value
Type | Description |
---|---|
PlaneIntersectionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |