This commit is contained in:
Terence 2021-10-28 00:05:50 -04:00
parent dfb7b6af22
commit 3df81c7cc9
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ impl<T: RealField + UlpsEq<Epsilon = T>> UlpsEq for DualQuaternion<T> {
}
}
/// A unit quaternions. May be used to represent a rotation followed by a
/// A unit dual quaternion. May be used to represent a rotation followed by a
/// translation.
pub type UnitDualQuaternion<T> = Unit<DualQuaternion<T>>;