Enum PlaneIntersectionType
Defines the intersection between a Plane and a bounding volume.
Namespace: Vim.Math3d
Assembly: Vim.Math3D.dll
public enum PlaneIntersectionType
Fields
Name | Description |
---|---|
Back | There is no intersection, the bounding volume is in the positive half space of the plane. |
Front | There is no intersection, the bounding volume is in the negative half space of the plane. |
Intersecting | The plane is intersected. |