aabb property

Aabb3 get aabb

Implementation

Aabb3 get aabb => _aabb
  ..setFrom(mesh.aabb)
  ..transform(transformMatrix);