diff --git a/glm/gtc/quaternion.inl b/glm/gtc/quaternion.inl index 3cb4a604..e24dc2c1 100644 --- a/glm/gtc/quaternion.inl +++ b/glm/gtc/quaternion.inl @@ -31,6 +31,12 @@ namespace glm{ namespace detail { + template + GLM_FUNC_QUALIFIER typename tquat::size_type tquat::length() const + { + return 4; + } + template GLM_FUNC_QUALIFIER tquat::tquat() : x(0),