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 | |
Matrix(const mat3 &m) | cinder::cairo::Matrix | |
operator*=(const Matrix &rhs) | cinder::cairo::Matrix | |
operator<<(std::ostream &lhs, const Matrix &rhs) | cinder::cairo::Matrix | friend |
rotate(double radians) | cinder::cairo::Matrix | |
scale(double sx, double sy) | cinder::cairo::Matrix | |
transformDistance(const vec2 &v) const | cinder::cairo::Matrix | |
transformPoint(const vec2 &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 | |