TwiceAsNice  2019-02-18
Classes | Namespaces | Functions
LicsAffTrans.h File Reference
#include <Nice/Map.h>
Include dependency graph for LicsAffTrans.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Lics::LicsAffTrans
 A LicsAffTrans object is an affine 2D transformation (rotation plus shift). The effect is first the active rotation and then the active shift/translation. More...
 

Namespaces

 Lics
 

Functions

LicsAffTrans Lics::operator* (const LicsAffTrans &left, const LicsAffTrans &right)
 Apply two transformations in succession. More...
 
LicsAffTrans Lics::operator* (const LicsAffTrans &left, const double f)
 Apply two transformations in succession. More...
 
LicsAffTrans Lics::operator* (double left, const LicsAffTrans &right)
 Apply two transformations in succession. More...