Interface: AABB
An axis aligned box represented by its min and max coordinates
Extends
Properties
center
readonlycenter:Float3
The center of the box.
Inherited from
Defined in
halfExtent
readonlyhalfExtent:Float3
The half-extent of the box.
Inherited from
Defined in
max
readonlymax:Float3
Computes the largest coordinates corner of the box.
Inherited from
Defined in
min
readonlymin:Float3
Computes the lowest coordinates corner of the box.