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

@@ -26,6 +26,7 @@
#define cglm_vec4_ext_h
#include "common.h"
#include "vec3-ext.h"
#include <stdbool.h>
#include <math.h>
#include <float.h>