diff --git a/src/structure.rs b/src/structure.rs index 6c36cc0..1c77c3a 100644 --- a/src/structure.rs +++ b/src/structure.rs @@ -310,6 +310,7 @@ pub trait EuclideanSpace: Copy + Clone where Self: Array::Scalar>, Self: Add<::Diff, Output = Self>, + Self: Sub<::Diff, Output = Self>, Self: Sub::Diff>, Self: Mul<::Scalar, Output = Self>,