Gets the point that is in the center of the box.
Gets the validity of this Box. Boxes are invalid when the base plane or any of the dimension intervals are invalid or decreasing.
Gets the total volume of this box.
Unitized parameter (between 0 and 1 is inside the box) along box X direction.
Unitized parameter (between 0 and 1 is inside the box) along box Y direction.
Unitized parameter (between 0 and 1 is inside the box) along box Z direction.
The point at (x,y,z).
Evaluates the box volume at the given unitized parameters. The box has idealized side length of 1x1x1.
Transformation matrix to apply to this Box.
true if the Box was successfully transformed, false if otherwise.
Transforms this Box using a Transformation matrix. If the Transform does not preserve Similarity, the dimensions of the resulting box cannot be trusted.
Generated using TypeDoc
Gets the total surface area of this box.