Skip to content

Commit 3c18b0f

Browse files
authored
Merge pull request #1328 from helynranta/fix-missing-functions
Fix module interface missing some gtx quaternion functions
2 parents 86bdcc4 + 3adb423 commit 3c18b0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

glm/glm.cppm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,6 +2634,9 @@ export namespace glm {
26342634
using glm::tanh;
26352635
using glm::third;
26362636
using glm::three_over_two_pi;
2637+
using glm::toMat3;
2638+
using glm::toMat4;
2639+
using glm::toQuat;
26372640
using glm::translate;
26382641
using glm::transpose;
26392642
using glm::triangleNormal;

0 commit comments

Comments
 (0)