vec: implement min and max

This commit is contained in:
Recep Aslantas
2017-12-17 16:55:04 +03:00
parent ef0dd289bb
commit 63eaee5049
8 changed files with 160 additions and 1 deletions

View File

@@ -10,6 +10,6 @@
#define CGLM_VERSION_MAJOR 0
#define CGLM_VERSION_MINOR 3
#define CGLM_VERSION_PATCH 1
#define CGLM_VERSION_PATCH 2
#endif /* cglm_version_h */