Name | Summary |
---|---|
Bound3D |
Name | Summary |
---|---|
center | fun center(): Vector3 Calculates the center of the bounding box. |
contains | fun contains(v: Vector3): Boolean Checks if a given vector is within the bounds of the bounding box. |
encapsulate | fun encapsulate(bounds: Bound3D) Encapsulates another bounding box within this one. |
extents | fun extents(): Vector3 Calculates the extents of the bounding box. |
getVolume | fun Bound3D.getVolume(): Float |
size | fun size(): Vector3 Calculates the size of the bounding box. |
toString | open override fun toString(): String Returns a string representation of this object in the format (min, max) . |