Method b3ComputeHullMass
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ComputeHullMass(b3HullData*, float)
Compute mass properties of a hull
public static extern b3MassData b3ComputeHullMass(b3HullData* shape, float density)Parameters
shapeb3HullData*-
See the Box3D documentation.
densityfloat-
See the Box3D documentation.
Returns
- b3MassData
-
See the Box3D documentation.