Update rotate_vector.hpp

This commit is contained in:
Giuseppe Barbieri 2017-02-09 17:52:19 +01:00 committed by GitHub
parent f84437dc56
commit 38b2fef162

View File

@ -87,7 +87,7 @@ namespace glm
vec<3, T, P> const & v,
T const & angle);
//! Rotate a four dimentionnals vector around the X axis.
//! Rotate a four dimensional vector around the X axis.
//! From GLM_GTX_rotate_vector extension.
template<typename T, precision P>
GLM_FUNC_DECL vec<4, T, P> rotateX(