From d3a9d1bb7a34a16329a335dcc853988799f58d8a Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Tue, 31 Jan 2017 15:17:53 +0300 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d1709..8adefed 100644 --- a/README.md +++ b/README.md @@ -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