Method b3ComputeCompoundAABB
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ComputeCompoundAABB(b3CompoundData*, b3Transform)
Compute the bounding box of a compound
public static extern b3AABB b3ComputeCompoundAABB(b3CompoundData* shape, b3Transform transform)Parameters
shapeb3CompoundData*-
See the Box3D documentation.
transformb3Transform-
See the Box3D documentation.
Returns
- b3AABB
-
See the Box3D documentation.