summaryrefslogtreecommitdiffhomepage
path: root/src/math/irodeo_math.h
blob: beed68f4c6515986a1e3faff4210eddeb376478e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

// external needs to be first here
// -- external --
/*#define CGLM_FORCE_LEFT_HANDED*/
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
/*#define CGLM_CLIPSPACE_INCLUDE_ALL*/
#include "cglm/struct.h"

// -- internal --
// private
#include "math/irodeo_vec2.h"
#include "math/irodeo_vec3.h"
//#include "math/irodeo_mat4.h"