We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d2dd6 commit 5a1a2acCopy full SHA for 5a1a2ac
src/dynamics/integration_parameters.rs
@@ -244,11 +244,6 @@ impl IntegrationParameters {
244
1.0 / (1.0 + cfm_coeff)
245
}
246
247
- /// The CFM (constraints force mixing) coefficient applied to all joints for constraints regularization.
248
- ///
249
- /// This parameter is computed automatically from [`Self::joint_natural_frequency`],
250
- /// [`Self::joint_damping_ratio`] and the substep length.
251
-
252
/// The joint's spring angular frequency for constraint regularization, using per-joint parameter.
253
pub fn joint_angular_frequency_with_override(&self, natural_frequency: Real) -> Real {
254
natural_frequency * Real::two_pi()
0 commit comments