Method b3ComputeCapsuleAABB
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ComputeCapsuleAABB(b3Capsule*, b3Transform)
Compute the bounding box of a transformed capsule
public static extern b3AABB b3ComputeCapsuleAABB(b3Capsule* shape, b3Transform transform)Parameters
shapeb3Capsule*-
See the Box3D documentation.
transformb3Transform-
See the Box3D documentation.
Returns
- b3AABB
-
See the Box3D documentation.