Enum PlaneIntersectionType
- Namespace
- HelixToolkit.Maths
- Assembly
- HelixToolkit.Maths.dll
Describes the result of an intersection with a plane in three dimensions.
public enum PlaneIntersectionType
- Extension Methods
Fields
Back = 0The object is behind the plane.
Front = 1The object is in front of the plane.
Intersecting = 2The object is intersecting the plane.