#include <MatrixStack.h>
Public Member Functions | |
MatrixStack () | |
void | push () |
void | push (const Matrix44f &matrix) |
void | pop () |
Matrix44f & | top () |
Public Attributes | |
std::vector< Matrix44f > | mStack |
cinder::MatrixStack::MatrixStack | ( | ) |
void cinder::MatrixStack::push | ( | ) |
void cinder::MatrixStack::pop | ( | ) |
Matrix44f & cinder::MatrixStack::top | ( | ) |
std::vector<Matrix44f> cinder::MatrixStack::mStack |