pub unsafe extern "C" fn b2PrismaticJoint_SetSpringHertz(
jointId: b2JointId,
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.