mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-03-28 18:03:49 +00:00
feat: add mat4f_mul_vec4f function (x64 / arm / none)
This commit is contained in:
4
src/math/mv4.h
Normal file
4
src/math/mv4.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "mat4.h"
|
||||
#include "vec4.h"
|
||||
|
||||
Vec4f_t mat4f_mul_vec4f(const Mat4f_t mat, Vec4f_t v);
|
||||
Reference in New Issue
Block a user