Enum JBoundingBox.ContainmentType
- Namespace
- Jitter2.LinearMath
- Assembly
- Jitter2.dll
Describes how one bounding box relates to another spatially.
public enum JBoundingBox.ContainmentType
Fields
Contains = 1The other box is completely inside this box.
Disjoint = 0The two boxes are completely separated and do not touch or overlap.
Intersects = 2The boxes overlap, but neither completely contains the other.