diff options
| author | Sébastien Crozet <developer@crozet.re> | 2023-01-15 13:01:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 13:01:27 +0100 |
| commit | ff4c885195eb6adef2a318134aedcb985b6e88b4 (patch) | |
| tree | f797275613e2fac3e423f647363bcf74c5a0ccd3 /src/dynamics/rigid_body_components.rs | |
| parent | 56aa0f5e732a2f810b5c1d5834905791f542cf48 (diff) | |
| parent | 3f5c0335e45a75ba435ef7dee3d203b11ec072d0 (diff) | |
| download | rapier-ff4c885195eb6adef2a318134aedcb985b6e88b4.tar.gz rapier-ff4c885195eb6adef2a318134aedcb985b6e88b4.tar.bz2 rapier-ff4c885195eb6adef2a318134aedcb985b6e88b4.zip | |
Merge pull request #436 from dimforge/release-v0.17
Release v0.17.0
Diffstat (limited to 'src/dynamics/rigid_body_components.rs')
| -rw-r--r-- | src/dynamics/rigid_body_components.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamics/rigid_body_components.rs b/src/dynamics/rigid_body_components.rs index eb94c6b..89f6020 100644 --- a/src/dynamics/rigid_body_components.rs +++ b/src/dynamics/rigid_body_components.rs @@ -245,7 +245,7 @@ impl Default for RigidBodyAdditionalMassProps { #[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))] #[derive(Clone, Debug, PartialEq)] -/// The mass properties of this rigid-bodies. +/// The mass properties of a rigid-body. pub struct RigidBodyMassProps { /// Flags for locking rotation and translation. pub flags: LockedAxes, |
