Unofficial OpenGL Software Development Kit
0.5.0
|
Contains a matrix stack and associated classes. More...
#include <stack>
#include <vector>
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
Go to the source code of this file.
Classes | |
class | glutil::MatrixStack |
Implements a stack for glm::mat4 transformations. More... | |
class | glutil::PushStack |
RAII-style object for pushing/popping MatrixStack objects. More... | |
Namespaces | |
namespace | glutil |
The main namespace for the GL Utility library. All GL Util functions are in this namespace. | |
Contains a matrix stack and associated classes.