|
VSTGUI
4.3
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.) | |
| CGraphicsTransform & | translate (double x, double y) |
| CGraphicsTransform & | translate (const CPoint &p) |
| CGraphicsTransform & | scale (double x, double y) |
| CGraphicsTransform & | scale (const CPoint &p) |
| CGraphicsTransform & | rotate (double angle) |
| CGraphicsTransform & | rotate (double angle, const CPoint ¢er) |
| CGraphicsTransform & | skewX (double angle) |
| CGraphicsTransform & | skewY (double angle) |
| bool | isInvariant () const |
| void | transform (CCoord &x, CCoord &y) const |
| void | transform (CCoord &left, CCoord &right, CCoord &top, CCoord &bottom) const |
| CPoint & | transform (CPoint &p) const |
| CRect & | transform (CRect &r) const |
| CGraphicsTransform | inverse () const |
| CGraphicsTransform | operator* (const CGraphicsTransform &t) const |
| CGraphicsTransform | operator* (const CGraphicsTransform *t) const |
| bool | operator== (const CGraphicsTransform &t) const |
| bool | 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 |
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
|
inline |
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:
Here is the caller 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 |