Interface: AABB
An axis aligned box represented by its min and max coordinates
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.