synfig-core
1.0.3
|
This is the complete list of members for synfig::Matrix, including all inherited members.
get_axis_x() const | synfig::Matrix | inline |
get_axis_y() const | synfig::Matrix | inline |
get_offset() const | synfig::Matrix | inline |
get_string(int spaces=0, String before=String(), String after=String()) const | synfig::Matrix | |
get_transformed(const Vector &v, bool translate=true) const | synfig::Matrix | |
get_transformed(value_type &out_x, value_type &out_y, const value_type x, const value_type y, bool translate=true) const | synfig::Matrix | |
invert() | synfig::Matrix | |
is_identity() const | synfig::Matrix | |
is_invertible() const | synfig::Matrix | |
m00 | synfig::Matrix | |
m01 | synfig::Matrix | |
m02 | synfig::Matrix | |
m10 | synfig::Matrix | |
m11 | synfig::Matrix | |
m12 | synfig::Matrix | |
m20 | synfig::Matrix | |
m21 | synfig::Matrix | |
m22 | synfig::Matrix | |
Matrix() | synfig::Matrix | |
Matrix(value_type m00, value_type m01, value_type m02, value_type m10, value_type m11, value_type m12, value_type m20, value_type m21, value_type m22) | synfig::Matrix | inline |
Matrix(Vector axis_x, Vector axis_y, Vector offset) | synfig::Matrix | inline |
operator*(const Matrix &rhs) const | synfig::Matrix | |
operator*(const value_type &rhs) const | synfig::Matrix | |
operator*=(const Matrix &rhs) | synfig::Matrix | |
operator*=(const value_type &rhs) | synfig::Matrix | |
operator+(const Matrix &rhs) const | synfig::Matrix | |
operator+=(const Matrix &rhs) | synfig::Matrix | |
set_identity() | synfig::Matrix | |
set_rotate(const Angle &a) | synfig::Matrix | |
set_scale(const value_type &sx, const value_type &sy) | synfig::Matrix | |
set_scale(const value_type &sxy) | synfig::Matrix | |
set_scale(const Vector &s) | synfig::Matrix | |
set_translate(const Vector &t) | synfig::Matrix | |
set_translate(value_type x, value_type y) | synfig::Matrix | |
value_type typedef | synfig::Matrix |