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

Clarified that vectors must be finite to be normalized. #527

Closed bitshifter closed 1 month ago

bitshifter commented 1 month ago

Added is_finite_mask method which has simd implementations.