diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rodeo/math/vec3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rodeo/math/vec3.h b/include/rodeo/math/vec3.h index 1b9cd31..990a251 100644 --- a/include/rodeo/math/vec3.h +++ b/include/rodeo/math/vec3.h @@ -13,7 +13,7 @@ rodeo_math_vec3_one(void); float rodeo_math_vec3_dot(rodeo_math_vec3_t a, rodeo_math_vec3_t b); -float +rodeo_math_vec3_t rodeo_math_vec3_cross(rodeo_math_vec3_t a, rodeo_math_vec3_t b); rodeo_math_vec3_t |
