tarcieri / micromath

Embedded Rust arithmetic, 2D/3D vector, and statistics library
Apache License 2.0
402 stars 21 forks source link

Request to implement vector normalization #99

Open TesseractionCode opened 1 year ago

TesseractionCode commented 1 year ago

Having a normalized function included with the rest of the vector struct functions would be a nice-to-have. Right now normalization has to be done by dividing itself by its magnitude.