Skip to main content

b3PrismaticJoint_SetSpringHertz

Function b3PrismaticJoint_SetSpringHertz 

Source
pub unsafe extern "C" fn b3PrismaticJoint_SetSpringHertz(
    jointId: b3JointId,
    hertz: f32,
)
Expand description

Set the prismatic joint stiffness in Hertz. This should usually be less than a quarter of the simulation rate. For example, if the simulation runs at 60Hz then the joint stiffness should be 15Hz or less.