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