maliput / maliput-rs

Rust bindings for maliput and other tools
https://maliput.github.io/maliput-rs/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement From trait for maliput::Vector3 class #22

Open francocipollone opened 8 months ago

francocipollone commented 8 months ago

https://github.com/maliput/maliput-rs/blob/f3d77714e385d5cb31755cb5575d46eece4f85c0/maliput/src/math/mod.rs#L50-L52

From F2F discussion:

Read From and Into Implement From to nalgebra::Vector3 nalgebra ~ Eigen in C++, we use it everywhere NB: These have to be implemented alongside maliput::Vector3 (or nalgebra, but we don’t have access to that) so as to avoid the orphan rule problem