Enum ContainmentType
Defines how the bounding volumes intersects or contain one another.
Namespace: Vim.Math3d
Assembly: Vim.Math3D.dll
public enum ContainmentType
Fields
Name | Description |
---|---|
Contains | Indicates that one bounding volume completely contains another volume. |
Disjoint | Indicates that there is no overlap between two bounding volumes. |
Intersects | Indicates that bounding volumes partially overlap one another. |