index
:
meowcraft
this commit
main
a dumb minecraft in c++ and opengl.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Math
/
MVP.cpp
blob: 2f00b8edbb4c74f501158d6b2c06de61cd0f0834 (
plain
)
1
2
3
4
5
6
7
8
#include
<cmath>
#include
"MVP.hpp"
#include
"Common.hpp"
namespace
Math
::
MVP
{
}