mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Update rotate_vector.hpp
This commit is contained in:
parent
f84437dc56
commit
38b2fef162
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue