cinder::cairo::Matrix Member List
This is the complete list of members for
cinder::cairo::Matrix, including all inherited members.
| getCairoMatrix() | cinder::cairo::Matrix | |
| getCairoMatrix() const | cinder::cairo::Matrix | |
| init(double xx, double yx, double xy, double yy, double x0, double y0) | cinder::cairo::Matrix | |
| initIdentity() | cinder::cairo::Matrix | |
| initRotate(double radians) | cinder::cairo::Matrix | |
| initScale(double sx, double sy) | cinder::cairo::Matrix | |
| initTranslate(double tx, double ty) | cinder::cairo::Matrix | |
| invert() | cinder::cairo::Matrix | |
| Matrix() | cinder::cairo::Matrix | |
| Matrix(double xx, double yx, double xy, double yy, double x0, double y0) | cinder::cairo::Matrix | |
| rotate(double radians) | cinder::cairo::Matrix | |
| scale(double sx, double sy) | cinder::cairo::Matrix | |
| transformDistance(const Vec2f &v) const | cinder::cairo::Matrix | |
| transformPoint(const Vec2f &v) const | cinder::cairo::Matrix | |
| translate(double tx, double ty) | cinder::cairo::Matrix | |
| x0 | cinder::cairo::Matrix | |
| xx | cinder::cairo::Matrix | |
| xy | cinder::cairo::Matrix | |
| y0 | cinder::cairo::Matrix | |
| yx | cinder::cairo::Matrix | |
| yy | cinder::cairo::Matrix | |