Describes the intersection types between a plane and bounding volume.
| C# |
public enum PlaneIntersectionType
| Member | Description |
|---|---|
| Front |
No intersection and object is in the positive half space of the plane. This is on the same side as the direction which the plane's normal vector is pointing in.
|
| Back |
No intersection and object is in the negative half space of the plane. This is opposite of the plane's Normal vector.
|
| Intersects |
The plane and the object intersect.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)