Update rotate_vector.hpp

master
Giuseppe Barbieri ago%!(EXTRA string=8 years) committed by GitHub
parent f84437dc56
commit 38b2fef162
  1. 2
      glm/gtx/rotate_vector.hpp

@ -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(

Loading…
Cancel
Save