Box3D
Description
A three-dimensional bounding box with 64-bit floating-point precision.
The coordinates refer to infinitesimal points (pixel-is-point semantic).
Public / Constants
Public / Methods
CheckIntersection
2 overloads
Checks the intersection between this bounding box and the given one.
Checks the intersection between this bounding box and the given ray.
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 Box3D from the given corner points.
Creates a new instance of Box3D 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
.