Enum FixedPlaneIntersectionType
- Namespace
- FixedMathSharp.Geometry
- Assembly
- FixedMathSharp.dll
Describes how a plane intersects a bounding volume.
public enum FixedPlaneIntersectionType
Fields
Back = 1The volume is entirely in the negative half-space of the plane.
Front = 0The volume is entirely in the positive half-space of the plane.
Intersecting = 2The volume intersects the plane.