Fix conflicting Default impl for unit-quaternions.
This commit is contained in:
parent
7275b5146e
commit
ec700ab7cf
|
@ -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>
|
||||
where
|
||||
T::Element: SimdRealField,
|
||||
|
|
Loading…
Reference in New Issue