zeus/CMatrix4f.cpp
Phillip Stephens 271df619e5 * Make a proper Matrix4 implementation (WIP)
* Add CVector4f
* Add CRectangle (for 2D AABBs)
2015-05-06 00:05:06 -07:00

4 lines
87 B
C++

#include "CMatrix4f.hpp"
const CMatrix4f CMatrix4f::skIdentityMatrix4f = CMatrix4f();