Skip to content

Commit 5a1a2ac

Browse files
committed
remove leftover comment
1 parent 99d2dd6 commit 5a1a2ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/dynamics/integration_parameters.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,6 @@ impl IntegrationParameters {
244244
1.0 / (1.0 + cfm_coeff)
245245
}
246246

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-
252247
/// The joint's spring angular frequency for constraint regularization, using per-joint parameter.
253248
pub fn joint_angular_frequency_with_override(&self, natural_frequency: Real) -> Real {
254249
natural_frequency * Real::two_pi()

0 commit comments

Comments
 (0)