Table of Contents

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

shape b3HullData*

See the Box3D documentation.

density float

See the Box3D documentation.

Returns

b3MassData

See the Box3D documentation.