Update rotate_vector.hpp
This commit is contained in:
parent
f84437dc56
commit
38b2fef162
@ -87,7 +87,7 @@ namespace glm
|
|||||||
vec<3, T, P> const & v,
|
vec<3, T, P> const & v,
|
||||||
T const & angle);
|
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.
|
//! From GLM_GTX_rotate_vector extension.
|
||||||
template<typename T, precision P>
|
template<typename T, precision P>
|
||||||
GLM_FUNC_DECL vec<4, T, P> rotateX(
|
GLM_FUNC_DECL vec<4, T, P> rotateX(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user