This is the complete list of members for
Transformation, including all inherited members.
determinant(void) const | Transformation | |
inv_transform_point(const Vec3D &xin) const | Transformation | |
inv_transform_vector(const Vec3D &xin) const | Transformation | |
inverse(void) const | Transformation | |
operator%(const Vec4D &v) const | Transformation | |
operator*(const Transformation &m) const | Transformation | |
operator*(const Vec4D &v) const | Transformation | |
operator*=(double s) | Transformation | |
operator<<(std::ostream &os, const Transformation &t) | Transformation | [friend] |
operator[](int i) | Transformation | [inline] |
operator[](int i) const | Transformation | [inline] |
rotate_x(double a) | Transformation | [inline] |
rotate_y(double a) | Transformation | [inline] |
rotate_z(double a) | Transformation | [inline] |
rotation_x(double a) | Transformation | [inline, static] |
rotation_y(double a) | Transformation | [inline, static] |
rotation_z(double a) | Transformation | [inline, static] |
scale(const Vec3D &s) | Transformation | [inline] |
scaling(const Vec3D &s) | Transformation | [inline, static] |
transform(const Vec4D &xin) const | Transformation | |
transform_point(const Vec3D &xin) const | Transformation | |
transform_vector(const Vec3D &xin) const | Transformation | |
Transformation() | Transformation | [inline] |
Transformation(double x11, double x12, double x13, double x14, double x21, double x22, double x23, double x24, double x31, double x32, double x33, double x34, double x41, double x42, double x43, double x44) | Transformation | [inline] |
Transformation(const Transformation &m) | Transformation | [inline] |
translate(const Vec3D &d) | Transformation | [inline] |
translation(const Vec3D &d) | Transformation | [inline, static] |
~Transformation() | Transformation | [inline] |