PlaneIntersectionType Enum
Namespace: Stride.Core.MathematicsAssembly: Stride.Core.Mathematics.dll
Describes the result of an intersection with a plane in three dimensions.
public enum PlaneIntersectionType
Fields
Name | Description |
---|---|
Back | The object is behind the plane. |
Front | The object is in front of the plane. |
Intersecting | The object is intersecting the plane. |