Minor documentation fixes

This commit is contained in:
Jakub Arnold
2021-11-13 18:42:51 +01:00
committed by Sébastien Crozet
parent 8fa6653820
commit 64e5a98833
2 changed files with 3 additions and 3 deletions

View File

@@ -490,7 +490,7 @@ impl RigidBody {
}
}
/// The translational part of this rigid-body's position.
/// The rotational part of this rigid-body's position.
#[inline]
pub fn rotation(&self) -> &Rotation<Real> {
&self.rb_pos.position.rotation