update docs

This commit is contained in:
Recep Aslantas
2019-02-02 15:29:48 +03:00
parent 7848dda1dd
commit 4e5879497e
4 changed files with 95 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ glm_bezier(float s, float p0, float c0, float c1, float p1) {
* @param[in] t1 tangent 2
* @param[in] p1 end point
*
* @return B(s)
* @return H(s)
*/
CGLM_INLINE
float