From a47cc44ef7191d03f8ca1b8d4e6b9dd34fba1807 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 16 Jun 2023 01:18:13 -0400 Subject: matrix math wrapper as well as various refactors for consistant and cleaner code --- src/math/irodeo_vec2.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/math/irodeo_vec2.h (limited to 'src/math/irodeo_vec2.h') diff --git a/src/math/irodeo_vec2.h b/src/math/irodeo_vec2.h new file mode 100644 index 0000000..0b79032 --- /dev/null +++ b/src/math/irodeo_vec2.h @@ -0,0 +1,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); + -- cgit v1.2.3