aabb property
Aabb3
get
aabb
The AABB of the mesh.
This is the sum of all the AABB's of the surfaces it contains.
Implementation
Aabb3 get aabb => _aabb ??= _recomputeAabb3();
The AABB of the mesh.
This is the sum of all the AABB's of the surfaces it contains.
Aabb3 get aabb => _aabb ??= _recomputeAabb3();