blob: 0b7903251893679f044ffbb06998d84766ddcd8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#pragma once
// -- internal --
// public
#include "rodeo/math/vec2_t.h"
// private
#include "math/irodeo_math.h"
rodeo_math_vec2_t
irodeo_math_cglmVec2_to_rodeoVec2(vec2s in);
vec2s
irodeo_math_rodeoVec2_to_cglmVec2(rodeo_math_vec2_t in);
|