Collaboration diagram for Matrix3f operators.:
|
Functions | |
| Vec3d | H3D::ArithmeticTypes::operator * (const Matrix3f &m, const Vec3d &v) |
| Multiplication between Matrix3f and Vec3d. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const Matrix3f &m1, const Matrix3f &m2) |
| Multiplication between two Matrix3f instances. | |
| Matrix3f | H3D::ArithmeticTypes::operator+ (const Matrix3f &m1, const Matrix3f &m2) |
| Addition between two Matrix3f instances. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const Matrix3f &m, const float &f) |
| Muliplication between Matrix3f and float. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const Matrix3f &m, const double &d) |
| Muliplication between Matrix3f and double. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const Matrix3f &m, const int &f) |
| Muliplication between Matrix3f and int. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const Matrix3f &m, const long &f) |
| Muliplication between Matrix3f and long. | |
| bool | H3D::ArithmeticTypes::operator== (const Matrix3f &m1, const Matrix3f &m2) |
| Equality between two Matrix3f instances. | |
| ostream & | H3D::ArithmeticTypes::operator<< (ostream &os, const Matrix3f &m) |
| Function for printing a Matrix3f to an ostream. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const float &a, const Matrix3f &b) |
| Multiplication with float. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const double &a, const Matrix3f &b) |
| Multiplication with double. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const int &a, const Matrix3f &b) |
| Multiplication with int. | |
| Matrix3f | H3D::ArithmeticTypes::operator * (const long &a, const Matrix3f &b) |
| Multiplication with long. | |
| Matrix3f | H3D::ArithmeticTypes::operator- (const Matrix3f &m) |
| Unary minus. | |
| Matrix3f | H3D::ArithmeticTypes::operator- (const Matrix3f &a, const Matrix3f &b) |
| Subtraction between two Matrix3f. | |
See also the template operators for more operators automatically defined from the explicit ones defined here.
1.4.5