dimforge / nalgebra

Linear algebra library for Rust.
https://nalgebra.org
Apache License 2.0
4.04k stars 485 forks source link

Add Default impl for Unit #1444

Open shunkit opened 1 month ago

shunkit commented 1 month ago

Add a Default implementation for Unit<OMatrix> that is intended for unit vectors, similar to UnitVector3.