Added length implementation

This commit is contained in:
Christophe Riccio 2012-03-31 11:19:20 +01:00
parent 28ea6eb5c4
commit fa84c6d1b0

View File

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