BoundingBox
-
class
cee.
BoundingBox
() An axis-oriented bounding box storing the extent of an object.
All vertices of the object that the bounding box has been computed for will be within the box defined by the min and max corners.
Note that this class is immutable.
Constructors
Methods
Constructors
Properties
-
BoundingBox.
maximum
Type: Vec3 The maximum values for x, y and z across all vertices in the object.
-
BoundingBox.
minimum
Type: Vec3 The minimum values for x, y and z across all vertices in the object.