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