Browse Source

Fix module interface missing some gtx quaternion functions

Lassi Helynranta 1 year ago
parent
commit
3adb4236fe
1 changed files with 3 additions and 0 deletions
  1. 3 0
      glm/glm.cppm

+ 3 - 0
glm/glm.cppm

@@ -2634,6 +2634,9 @@ export namespace glm {
 		using glm::tanh;
 		using glm::tanh;
 		using glm::third;
 		using glm::third;
 		using glm::three_over_two_pi;
 		using glm::three_over_two_pi;
+		using glm::toMat3;
+		using glm::toMat4;
+		using glm::toQuat;
 		using glm::translate;
 		using glm::translate;
 		using glm::transpose;
 		using glm::transpose;
 		using glm::triangleNormal;
 		using glm::triangleNormal;