mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Merge pull request #1328 from helynranta/fix-missing-functions
Fix module interface missing some gtx quaternion functions
This commit is contained in:
commit
3c18b0f815
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue