fix parameter docs

This commit is contained in:
Recep Aslantas
2017-07-06 17:00:04 +03:00
parent abbb8de0e3
commit 71d731173a
7 changed files with 46 additions and 52 deletions

View File

@@ -55,8 +55,8 @@ glm_euler_order(int newOrder[3]) {
/*!
* @brief euler angles (in radian) using xyz sequence
*
* @param[in] m affine transform
* @param[out] v angles vector [x, y, z]
* @param[in] m affine transform
* @param[out] dest angles vector [x, y, z]
*/
CGLM_INLINE
void