Go to the source code of this file.
Namespaces | |
| namespace | H3D |
| namespace | H3D::ArithmeticTypes |
Classes | |
| class | H3D::ArithmeticTypes::Matrix4f |
| Representation of a 4x4 matrix. More... | |
Functions | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const Matrix4f &m1, const Matrix4f &m2) |
| Multiplication between two Matrix4f instances. | |
| Matrix4f | H3D::ArithmeticTypes::operator+ (const Matrix4f &m1, const Matrix4f &m2) |
| Addition between two Matrix4f instances. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const float &f) |
| Muliplication between Matrix4f and float. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const double &d) |
| Muliplication between Matrix4f and double. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const int &f) |
| Muliplication between Matrix4f and int. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const Matrix4f &m, const long &f) |
| Muliplication between Matrix4f and long. | |
| bool | H3D::ArithmeticTypes::operator== (const Matrix4f &m1, const Matrix4f &m2) |
| Equality between two Matrix4f instances. | |
| H3DAPI_API ostream & | H3D::ArithmeticTypes::operator<< (ostream &os, const Matrix4f &m) |
| Function for printing a Matrix4f to an ostream. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const float &a, const Matrix4f &b) |
| Multiplication with float. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const double &a, const Matrix4f &b) |
| Multiplication with double. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const int &a, const Matrix4f &b) |
| Multiplication with int. | |
| Matrix4f | H3D::ArithmeticTypes::operator * (const long &a, const Matrix4f &b) |
| Multiplication with long. | |
| Matrix4f | H3D::ArithmeticTypes::operator- (const Matrix4f &m) |
| Unary minus. | |
| Matrix4f | H3D::ArithmeticTypes::operator- (const Matrix4f &a, const Matrix4f &b) |
| Subtraction between two Matrix4f. | |
1.4.5