Table of Contents

Method b3ComputeSphereMass

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3ComputeSphereMass(b3Sphere*, float)

Compute mass properties of a sphere

public static extern b3MassData b3ComputeSphereMass(b3Sphere* shape, float density)

Parameters

shape b3Sphere*

See the Box3D documentation.

density float

See the Box3D documentation.

Returns

b3MassData

See the Box3D documentation.