Merge pull request #1328 from helynranta/fix-missing-functions

Fix module interface missing some gtx quaternion functions
This commit is contained in:
Christophe 2024-12-25 12:32:24 +01:00 committed by GitHub
commit 3c18b0f815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;