Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces
MatrixStack.h File Reference

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.
 

Detailed Description

Contains a matrix stack and associated classes.