microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.52k stars 234 forks source link

DirectXCollision.h needs more noexcept #112

Closed walbourn closed 4 years ago

walbourn commented 4 years ago

noexcept annotation here is minimal. Many of the methods should be annotated as noexcept.

walbourn commented 4 years ago

I confused myself looking at an older version. These were all fixed in this commit