diff options
| author | Sébastien Crozet <developer@crozet.re> | 2024-05-05 14:51:48 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2024-05-05 16:17:39 +0200 |
| commit | 425b2fc83d403d2cf6fa5f151479a112bdd05b92 (patch) | |
| tree | f2d6a8af372e6c3c5429adf6c46b21583f97ae9c /src/dynamics | |
| parent | d0866d423212be53e159c72315cec2e3dac04ac5 (diff) | |
| download | rapier-425b2fc83d403d2cf6fa5f151479a112bdd05b92.tar.gz rapier-425b2fc83d403d2cf6fa5f151479a112bdd05b92.tar.bz2 rapier-425b2fc83d403d2cf6fa5f151479a112bdd05b92.zip | |
chore: misc typo fixes
Diffstat (limited to 'src/dynamics')
| -rw-r--r-- | src/dynamics/integration_parameters.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dynamics/integration_parameters.rs b/src/dynamics/integration_parameters.rs index 8b2ba3b..c662128 100644 --- a/src/dynamics/integration_parameters.rs +++ b/src/dynamics/integration_parameters.rs @@ -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 |
