updateAABB method

void updateAABB()

Update the .aabb property

Implementation

void updateAABB() {
  computeLocalAABB(aabb);
}