Table of Contents

Enum JBoundingBox.ContainmentType

Namespace
Jitter2.LinearMath
Assembly
Jitter2.dll

Describes how one bounding box relates to another spatially.

public enum JBoundingBox.ContainmentType

Fields

Contains = 1

The other box is completely inside this box.

Disjoint = 0

The two boxes are completely separated and do not touch or overlap.

Intersects = 2

The boxes overlap, but neither completely contains the other.