Enum FixedEnclosureType
- Namespace
- FixedMathSharp.Geometry
- Assembly
- FixedMathSharp.dll
Describes whether one volume contains, intersects, or is disjoint from another volume.
public enum FixedEnclosureType
Fields
Contains = 1One volume completely contains the tested volume.
Disjoint = 0The volumes do not overlap.
Intersects = 2The volumes overlap without complete containment.