PlaneIntersectionTypeΒΆ

enum PlaneIntersectionType : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Defines the intersection between a T:Microsoft.Xna.Framework.Plane and a bounding volume.

PlaneIntersectionType Front

There is no intersection, the bounding volume is in the negative half space of the plane.

PlaneIntersectionType Back

There is no intersection, the bounding volume is in the positive half space of the plane.

PlaneIntersectionType Intersecting

The plane is intersected.