summaryrefslogtreecommitdiff
path: root/Client/Source/Math/Matrix44.h
blob: 562ac54b43edcbcb8d2133e114f75179e82873d7 (plain)
1
2
3
4
5
6
7
8
#pragma once 

class Matrix44
{
public:
	float m[4][4]; // row major

};