fix docs
This commit is contained in:
parent
dfb7b6af22
commit
3df81c7cc9
|
@ -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.
|
/// translation.
|
||||||
pub type UnitDualQuaternion<T> = Unit<DualQuaternion<T>>;
|
pub type UnitDualQuaternion<T> = Unit<DualQuaternion<T>>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue