docs: add docs for transforms

This commit is contained in:
Recep Aslantas
2018-02-24 20:12:05 +03:00
parent fc424631a4
commit 02ab66a8b3
3 changed files with 244 additions and 1 deletions

View File

@@ -384,7 +384,7 @@ glm_rotate_ndc_make(mat4 m, float angle, vec3 axis_ndc) {
/*!
* @brief creates NEW rotation matrix by angle and axis
*
* this name may change in the future. axis must be is normalized
* axis will be normalized so you don't need to normalize it
*
* @param[out] m affine transfrom
* @param[in] angle angle (radians)