src/loc.rs

branch
dev
changeset 151
402d717bb5c0
parent 150
c4e394a9c84c
child 152
dab30b331f49
child 162
bea0c3841ced
--- a/src/loc.rs	Mon Sep 01 13:51:03 2025 -0500
+++ b/src/loc.rs	Mon Sep 01 20:55:34 2025 -0500
@@ -448,6 +448,8 @@
 domination!(L2, L1);
 
 impl<F: Float, const N: usize> Euclidean<F> for Loc<N, F> {
+    type OwnedEuclidean = Self;
+
     /// This implementation is not stabilised as it's meant to be used for very small vectors.
     /// Use [`nalgebra`] for larger vectors.
     #[inline]

mercurial