Files
ss/include/lib/egg/math/eggMatrix.h
T
2023-08-17 20:25:20 -04:00

13 lines
113 B
C++

#pragma once
#include <types.h>
namespace EGG
{
struct Matrix34f{
f32 mData[3][4];
};
} // namespace EGG