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

From array for boolean vectors #479

Closed bitshifter closed 7 months ago

bitshifter commented 7 months ago

Discussed in https://github.com/bitshifter/glam-rs/discussions/466

Originally posted by **Ababwa** January 27, 2024 `fn from_array(a: [bool; N]) -> Self` and `impl From<[bool; N]> for BVecN` as other vectors types have.
bitshifter commented 7 months ago

Fixed in #482