Table of Contents

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

shape b3Capsule*

See the Box3D documentation.

density float

See the Box3D documentation.

Returns

b3MassData

See the Box3D documentation.