#include <ApiGraphics/TransfoGL.h>
Public Member Functions | |
TransfoGL (bool getFromGL=true) | |
TransfoGL (ProjTransfo modelView, ProjTransfo projection) | |
TransfoGL (const qglviewer::Camera &camera) | |
void | load () const |
void | save () |
void | pushAndLoad () const |
void | saveAndPop () |
ProjTransfo | transfo () const |
Vec4 | viewPoint () const |
float | screenRatio () const |
Static Public Member Functions | |
static TransfoGL * | get () |
static void | push () |
static void | pop () |
static void | pushAndInit () |
Public Attributes | |
ProjTransfo | modelView |
ProjTransfo | projection |