diff options
| author | realtradam <[email protected]> | 2023-06-15 15:02:11 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-15 15:02:11 -0400 |
| commit | 024067ccbf80de1beccbcf2d3a641566c7c45c17 (patch) | |
| tree | 3317cf61aed4a8786ee8af410ead69a7c62137c9 /src/math/irodeo_vec2.h | |
| parent | 425516a9c53183179c43517f1b6501a790378a05 (diff) | |
| download | RodeoKit-024067ccbf80de1beccbcf2d3a641566c7c45c17.tar.gz RodeoKit-024067ccbf80de1beccbcf2d3a641566c7c45c17.zip | |
some non working progress
Diffstat (limited to 'src/math/irodeo_vec2.h')
| -rw-r--r-- | src/math/irodeo_vec2.h | 14 |
1 files changed, 14 insertions, 0 deletions
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); + |
