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

Replace impl From<Vec4> for Vec3A with Vec3A::from_vec4 method. #522

Closed bitshifter closed 1 month ago

bitshifter commented 1 month ago

The From impl violated the trait contract that the conversion should be lossless.