From fab77cfb2104e8c76f01630bb7e8b25f87e4d7ac Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 23 Jun 2023 00:14:40 -0400 Subject: fix cross product math functions --- include/rodeo/math/vec3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3