Method b3ComputeCapsuleMass
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ComputeCapsuleMass(b3Capsule*, float)
Compute mass properties of a capsule
public static extern b3MassData b3ComputeCapsuleMass(b3Capsule* shape, float density)Parameters
Returns
- b3MassData
-
See the Box3D documentation.