TwiceAsNice
2019-02-18
|
#include <Nice/Map.h>
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... | |