Update README.md

This commit is contained in:
Recep Aslantas
2017-02-05 15:10:48 +02:00
committed by GitHub
parent 2882398bae
commit 5d6d04f55e

View File

@@ -118,7 +118,7 @@ to call pre-compiled versions include header with `c` postfix, c means call. Pre
``` ```
this header will include all heaers with c postfix. You need to call functions with c posfix: this header will include all heaers with c postfix. You need to call functions with c posfix:
```C ```C
glm_vec_normalize(vec); glmc_vec_normalize(vec);
``` ```
Fuction usage and parameters are documented inside related headers. Fuction usage and parameters are documented inside related headers.