diff options
| author | realtradam <[email protected]> | 2023-06-23 00:14:40 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-23 00:14:40 -0400 |
| commit | fab77cfb2104e8c76f01630bb7e8b25f87e4d7ac (patch) | |
| tree | 3f09126782f10087aac72e7083f341e4c6a7ac16 /include/rodeo | |
| parent | c322c17a69fc756b494124d4deab6909ee9134cb (diff) | |
| download | RodeoKit-master.tar.gz RodeoKit-master.zip | |
Diffstat (limited to 'include/rodeo')
| -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 |
