mirror of
https://github.com/g-truc/glm.git
synced 2026-06-08 02:23:48 +00:00
Merge pull request #1328 from helynranta/fix-missing-functions
Fix module interface missing some gtx quaternion functions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user