Table of Contents

Method b3Joint_GetConstraintTuning

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

b3Joint_GetConstraintTuning(b3JointId, float*, float*)

Get the joint constraint tuning. Advanced feature.

public static extern void b3Joint_GetConstraintTuning(b3JointId jointId, float* hertz, float* dampingRatio)

Parameters

jointId b3JointId

See the Box3D documentation.

hertz float*

See the Box3D documentation.

dampingRatio float*

See the Box3D documentation.