Box3I
Description
A three-dimensional bounding box with 32-bit integer precision.
The coordinates refer to cubes (pixel-is-area semantic).
Public / Constants
Public / Methods
Contains
3 overloads
Checks if this box contains the given point.
Checks if this box contains the given point.
Checks if this box contains the given box.
FromPoints
2 overloads
Creates a new instance of Box3I from the given corner points.
Creates a new instance of Box3I from the given corner points.
Public / Attributes
Volume
Returns the volume of this bounding box.
The volume will always be 0
when IsEmpty returns true
.