Table of Contents

Method b3GetCompoundSphere

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

b3GetCompoundSphere(b3CompoundData*, int)

Access a child sphere by index.

public static extern b3CompoundSphere b3GetCompoundSphere(b3CompoundData* compound, int index)

Parameters

compound b3CompoundData*

See the Box3D documentation.

index int

See the Box3D documentation.

Returns

b3CompoundSphere

See the Box3D documentation.