aabb property

Aabb3 get aabb
inherited

Implementation

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