Matrix4f operators.
[Basic types.]

Collaboration diagram for Matrix4f operators.:

Operators on Matrix4f instances. 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.

Detailed Description

Operators on Matrix4f instances.

See also the template operators for more operators automatically defined from the explicit ones defined here.


Generated on Thu Aug 24 12:38:44 2006 for H3D API by  doxygen 1.4.5