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