Added length implementation

master
Christophe Riccio ago%!(EXTRA string=13 years)
parent 28ea6eb5c4
commit fa84c6d1b0
  1. 6
      glm/gtc/quaternion.inl

@ -31,6 +31,12 @@
namespace glm{ namespace glm{
namespace detail namespace detail
{ {
template <typename T>
GLM_FUNC_QUALIFIER typename tquat<T>::size_type tquat<T>::length() const
{
return 4;
}
template <typename T> template <typename T>
GLM_FUNC_QUALIFIER tquat<T>::tquat() : GLM_FUNC_QUALIFIER tquat<T>::tquat() :
x(0), x(0),

Loading…
Cancel
Save