|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Graphics Transform Matrix. More...
Public Member Functions | |
| CGraphicsTransform (double _m11=1., double _m12=0., double _m21=0., double _m22=1., double _dx=0., double _dy=0.) | |
| void | translate (double x, double y) |
| void | scale (double x, double y) |
| void | rotate (double angle) |
| void | transform (CCoord &x, CCoord &y) |
| void | transform (CCoord &left, CCoord &right, CCoord &top, CCoord &bottom) |
| CPoint & | transform (CPoint &p) |
| CRect & | transform (CRect &r) |
| CGraphicsTransform | operator* (const CGraphicsTransform &t) const |
| CGraphicsTransform | operator* (const CGraphicsTransform *t) const |
Public Attributes | |
| double | m11 |
| double | m12 |
| double | m21 |
| double | m22 |
| double | dx |
| double | dy |
Graphics Transform Matrix.
|
inline |
Here is the caller graph for this function:
|
inline |
|
inline |
| void rotate | ( | double | angle | ) |
Here is the call graph for this function:
|
inline |
Here is the call graph for this function:
Here is the call graph for this function:
|
inline |
Here is the call graph for this function:| double dx |
| double dy |
| double m11 |
| double m12 |
| double m21 |
| double m22 |