Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running C.I. for #1320 #1338

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Fix module interface missing some gtx quaternion functions
  • Loading branch information
helynranta authored and christophe committed Jan 19, 2025
commit 2a0c0b47de5da7f9f92f1fc1b29b2a3915ebda08
3 changes: 3 additions & 0 deletions glm/glm.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -2634,6 +2634,9 @@ export namespace glm {
using glm::tanh;
using glm::third;
using glm::three_over_two_pi;
using glm::toMat3;
using glm::toMat4;
using glm::toQuat;
using glm::translate;
using glm::transpose;
using glm::triangleNormal;
Expand Down