From 70175cfce551a6b534771bd2b1dea6cfb417be1f Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:44:44 +1100 Subject: starting on cube --- src/maths.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/maths.c') diff --git a/src/maths.c b/src/maths.c index f12c852..95283e6 100644 --- a/src/maths.c +++ b/src/maths.c @@ -1,3 +1,5 @@ #include vec3 vec3_create(f32 x, f32 y, f32 z) { return (vec3){ x, y, z }; } + +vec4 vec4_create(f32 x, f32 y, f32 z, f32 w) { return (vec4){ x, y, z , w }; } \ No newline at end of file -- cgit v1.2.3-70-g09d2