Enum PlaneIntersectionType
Indicates whether an object intersects a plane.
Namespace: JeremyAnsel.DirectX.DXMath.Collision
Assembly: JeremyAnsel.DirectX.DXMath.dll
Syntax
public enum PlaneIntersectionType
Fields
| Name | Description |
|---|---|
| Back | The object is behind the plane. |
| Front | The object is in front of the plane. |
| Intersecting | The object intersects the plane. |