Skip to content

Commit 3adb423

Browse files
committed
Fix module interface missing some gtx quaternion functions
1 parent 33b4a62 commit 3adb423

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)