Enum PlaneIntersection
Defines the type of intersection on a plane.
Namespace: Gorgon.Renderers
Assembly: Gorgon.Core.dll
Syntax
public enum PlaneIntersection
Fields
Name | Description |
---|---|
Back | The object is behind the plane. |
Front | The object is in front of the plane. |
Intersecting | The object is intersecting with the plane. |