summaryrefslogtreecommitdiff
path: root/Client/Source/Math/Matrix22.h
blob: c7770842753f061b96e1fbfa165282c8259f2002 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once 

class Matrix22
{
public:
	float m[2][2]; // row major



};