bitshifter / glam-rs

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

Change epsilon check to use 2e-4 to better match docs. #481

Closed bitshifter closed 7 months ago

bitshifter commented 7 months ago

Thie is because we use length_squared rather than length for this check.