computeAABB abstract method

void computeAABB(
  1. AABB aabb,
  2. Transform xf,
  3. int childIndex
)

Given a transform, compute the associated axis aligned bounding box for a child shape.

Implementation

void computeAABB(AABB aabb, Transform xf, int childIndex);