]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/scl/G3D/Math/Vector3d.scl
Improvements to java.vecmath bindings to SCL.
[simantics/3d.git] / org.simantics.g3d / scl / G3D / Math / Vector3d.scl
index 59cfdf97289db415b029d5aeb5834cf8164ffab6..308bb88e2610acace310111cfafca35c1100f516 100644 (file)
@@ -67,6 +67,7 @@ freeze :: MVector3d -> <Proc> Vector3d
 freeze = Java.unsafeCoerce
 
 instance Tuple3dClass Vector3d
+instance MTuple3dClass MVector3d
 
 copyVector3d :: Tuple3dClass a => a -> Vector3d
 copyVector3d = copyVector3d' . asTuple