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

Added bvec constructors #528

Closed vallentin closed 3 weeks ago

vallentin commented 1 month ago

I noticed that all BVec*s are missing the freestanding fn *vec*() constructors.

vallentin commented 1 month ago

The lint was triggered by a missing cfg attr for scalar-math. Fixed it and rebase.