diff --git a/src/rotation.rs b/src/rotation.rs index baab581..e25af1b 100644 --- a/src/rotation.rs +++ b/src/rotation.rs @@ -330,16 +330,7 @@ impl TypedRotation3D where T: Copy { } impl TypedRotation3D -where T: Copy + Clone + - Add + - Sub + - Mul + - Div + - Neg + - ApproxEq + - PartialOrd + - Float + - One + Zero +where T: Float + ApproxEq { /// Creates the identity rotation. #[inline]