mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 12:34:24 +00:00
feat(vector): Initialize module and add conversion functions
This commit is contained in:
10
include/math/vector.h
Normal file
10
include/math/vector.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef VECTOR_H
|
||||
#define VECTOR_H
|
||||
|
||||
#include "math/vector3.h"
|
||||
#include "math/vector4.h"
|
||||
|
||||
Vec3* Vec4ToVec3(Vec4* v);
|
||||
Vec4* Vec3ToVec4(Vec3* v);
|
||||
|
||||
#endif // VECTOR_H
|
||||
Reference in New Issue
Block a user