mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user