diff options
Diffstat (limited to 'include/rodeo/math/vec3_t.h')
| -rw-r--r-- | include/rodeo/math/vec3_t.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rodeo/math/vec3_t.h b/include/rodeo/math/vec3_t.h index 711ad98..a3b3a36 100644 --- a/include/rodeo/math/vec3_t.h +++ b/include/rodeo/math/vec3_t.h @@ -7,4 +7,12 @@ struct float y; float z; } +rodeo_math_vec3_val_t; + +typedef +union +{ + rodeo_math_vec3_val_t val; + float raw[3]; +} rodeo_math_vec3_t; |
