projects
/
Ragdoll
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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 };