NGL  6.5
The NCCA Graphics Library
Transformation.h File Reference

a simple transformation object containing rot / tx / scale and final matrix More...

#include "Mat4.h"
#include "NGLassert.h"
#include "Transformation.h"
#include "Vec4.h"
+ Include dependency graph for Transformation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ngl::Transformation
 Transformation describes a transformation (translate, scale, rotation) modifed by j macey and included into NGL. More...
 

Namespaces

 ngl
 implementation files for RibExport class
 

Enumerations

enum  ngl::ActiveMatrix : char { ngl::ActiveMatrix::NORMAL, ngl::ActiveMatrix::TRANSPOSE, ngl::ActiveMatrix::INVERSE }
 

Detailed Description

a simple transformation object containing rot / tx / scale and final matrix

Definition in file Transformation.h.