bitshifter / glam-rs

A simple and fast linear algebra library for games and graphics
Apache License 2.0
1.46k stars 145 forks source link

Adds support for a Vec::normalize_or(fallback) method #484

Closed TheComet closed 4 months ago

TheComet commented 4 months ago

See https://github.com/bitshifter/glam-rs/discussions/483

bitshifter commented 4 months ago

Just needs a cargo fmt by the looks of it.

bitshifter commented 4 months ago

Thanks!