Box4
Represents a four-dimensional bounding box defined by two Vec4 points. This class extends the abstract class Box
, which provides common functionality for multi-dimensional bounding boxes. The box is defined by its lower and upper bounds in 4D space.
This class provides additional capabilities for extracting lower-dimensional bounding boxes (e.g., 3D and 2D boxes), creating empty boxes, and determining spatial relationships such as containment and intersection.
Parameters
The x-coordinate of the first point.
The y-coordinate of the first point.
The z-coordinate of the first point.
The w-coordinate of the first point.
The x-coordinate of the second point.
The y-coordinate of the second point.
The z-coordinate of the second point.
The w-coordinate of the second point.