update README

This commit is contained in:
Recep Aslantas
2017-01-31 15:17:53 +03:00
parent a40c941a60
commit d3a9d1bb7a

View File

@@ -21,7 +21,7 @@ The original glm library is for C++ only (templates, namespaces, classes...), th
##Features
- general purpose matrix operations (mat4, mat3)
- chain matrix multiplication (square only)
- general purpose vector operations (cross, dot, ...)
- general purpose vector operations (cross, dot, rotate, proj, angle...)
- affine transforms
- matrix decomposition (extract rotation, scaling factor)
- optimized affine transform matrices (mul, rigid-body inverse)
@@ -96,3 +96,4 @@ TODO:
##Notes
- This library uses float types only, does not support Integers, Double... yet
- If headers are not working properly with your compiler, IDE please open an issue, because I'm using GCC and clang to test it maybe sometimes MSVC