chore: misc typo fixes

This commit is contained in:
Sébastien Crozet
2024-05-05 14:51:48 +02:00
committed by Sébastien Crozet
parent d0866d4232
commit 425b2fc83d
3 changed files with 16 additions and 12 deletions

View File

@@ -49,12 +49,12 @@ pub struct IntegrationParameters {
/// (default `1.0`).
pub warmstart_coefficient: Real,
/// The approximate size of most dynamic objects in the scale.
/// The approximate size of most dynamic objects in the scene.
///
/// This value is used internally to estimate some length-based tolerance. In particular, the
/// values [`IntegrationParametres::allowed_linear_error`],
/// [`IntegrationParametres::max_penetration_correction`],
/// [`IntegrationParametres::prediction_distance`], [`RigidBodyActivation::linear_threshold`]
/// values [`IntegrationParameters::allowed_linear_error`],
/// [`IntegrationParameters::max_penetration_correction`],
/// [`IntegrationParameters::prediction_distance`], [`RigidBodyActivation::linear_threshold`]
/// are scaled by this value implicitly.
///
/// This value can be understood as the number of units-per-meter in your physical world compared