mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 09:08:53 +00:00
update README
This commit is contained in:
@@ -21,7 +21,7 @@ The original glm library is for C++ only (templates, namespaces, classes...), th
|
|||||||
##Features
|
##Features
|
||||||
- general purpose matrix operations (mat4, mat3)
|
- general purpose matrix operations (mat4, mat3)
|
||||||
- chain matrix multiplication (square only)
|
- chain matrix multiplication (square only)
|
||||||
- general purpose vector operations (cross, dot, ...)
|
- general purpose vector operations (cross, dot, rotate, proj, angle...)
|
||||||
- affine transforms
|
- affine transforms
|
||||||
- matrix decomposition (extract rotation, scaling factor)
|
- matrix decomposition (extract rotation, scaling factor)
|
||||||
- optimized affine transform matrices (mul, rigid-body inverse)
|
- optimized affine transform matrices (mul, rigid-body inverse)
|
||||||
@@ -96,3 +96,4 @@ TODO:
|
|||||||
##Notes
|
##Notes
|
||||||
|
|
||||||
- This library uses float types only, does not support Integers, Double... yet
|
- 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
|
||||||
|
Reference in New Issue
Block a user