data class Bound3D(var min: Vector3 = Vector3(0f, 0f, 0f), var max: Vector3 = Vector3(0f, 0f, 0f))
| Name | Summary |
|---|---|
Bound3D |
| Name | Summary |
|---|---|
center | |
contains | |
encapsulate | fun encapsulate(bounds: Bound3D) Encapsulates another bounding box within this one. |
extents | |
getVolume | fun Bound3D.getVolume(): Float |
size | |
toString | open override fun toString(): String Returns a string representation of this object in the format (min, max). |