Enum PlaneIntersectionType
Type of plane intersection.
Namespace: Evergine.Mathematics
Assembly: Evergine.Mathematics.dll
Syntax
public enum PlaneIntersectionType
Fields
Name | Description |
---|---|
Back | Intersects at the back. |
Front | Intersects in front. |
Intersecting | Plane intersection. |