k
k copied to clipboard
Update to newest version of nalgebra
Would it be possible to update to the newest version of nalgebra?
In trying to build nodes using existing isometries, we are getting the error:
mismatched types
`Isometry<f64, Unit<...>, 3>` and `Isometry<_, Unit<Quaternion<_>>, 3>` have similar names, but are actually distinct types
perhaps two different versions of crate `nalgebra` are being used?
I believe this is due to some breaking change(s) between K's version of nlagebra (0.30) and the newer/newest (> 0.32). nalgebra is currently on 0.33.2.