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

Add doc comment to `Quat::is_nan` #565

Closed MrGunflame closed 1 week ago

MrGunflame commented 1 week ago

Adds a doc comment to Quat::is_nan, similar to VecT::is_nan.