Fix conflicting Default impl for unit-quaternions.

This commit is contained in:
Sébastien Crozet 2021-10-14 11:48:12 +02:00
parent 7275b5146e
commit ec700ab7cf
1 changed files with 0 additions and 9 deletions

View File

@ -197,15 +197,6 @@ where
} }
} }
impl<T: SimdRealField> Default for UnitQuaternion<T>
where
T::Element: SimdRealField,
{
fn default() -> Self {
Self::identity()
}
}
impl<T: SimdRealField> UnitQuaternion<T> impl<T: SimdRealField> UnitQuaternion<T>
where where
T::Element: SimdRealField, T::Element: SimdRealField,