Indicates whether an object intersects a plane.
enum PlaneIntersectionType
{
FRONT = 0,
INTERSECTING = 1,
BACK = 2
};
Namespace: Use DirectX
| Constant | Description |
|---|---|
| FRONT | The object is in front of the plane. |
| INTERSECTING | The object intersects the plane. |
| BACK | The object is behind the plane. |
Header: Declared in directxcollision.h.