mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 10:34:23 +00:00
feat: add mat4 init functions
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "vec4.h"
|
||||
|
||||
#define VEC_SIZE 4
|
||||
|
||||
Vec4f_t vec4f(float x, float y, float z, float w)
|
||||
{
|
||||
return (Vec4f_t){.x = x, .y = y, .z = z, .w = w};
|
||||
|
||||
Reference in New Issue
Block a user