yoanlcq / vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
https://docs.rs/vek
Apache License 2.0
282 stars 32 forks source link

Remove example that was never UB #61

Closed martin-t closed 4 years ago

martin-t commented 4 years ago

As discussed in https://github.com/rust-num/num-traits/pull/184 , the second example was never UB. I am now updating vek docs to match num-traits.

Closes #59

yoanlcq commented 4 years ago

Alright! That looks good. Thanks for doing this!