summaryrefslogtreecommitdiffhomepage
path: root/src/math/irodeo_vec3.h
blob: bbfffac2fb11b71af529975bce8fa1a5988c2a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#pragma once

// -- internal --
// public
#include "rodeo/math/vec3_t.h"
// private
#include "math/irodeo_math.h"

rodeo_math_vec3_t
irodeo_math_cglmVec3_to_rodeoVec3(vec3s in);

vec3s
irodeo_math_rodeoVec3_to_cglmVec3(rodeo_math_vec3_t in);