Interface: Box
An axis aligned 3D box represented by its center and half-extent.
Extends
Properties
center
readonly
center:Float3
The center of the box.
Inherited from
Defined in
halfExtent
readonly
halfExtent:Float3
The half-extent of the box.
Inherited from
Defined in
max
readonly
max:Float3
Computes the largest coordinates corner of the box.
Inherited from
Defined in
min
readonly
min:Float3
Computes the lowest coordinates corner of the box.