Go to the source code of this file.
Namespaces | |
| namespace | H3D |
| namespace | H3D::ArithmeticTypes |
Classes | |
| class | H3D::ArithmeticTypes::Matrix3f |
| Representation of a 3x3 matrix. More... | |
Functions | |
| 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. | |
1.4.5