Matrix3f operators.
[Basic types.]

Collaboration diagram for Matrix3f operators.:

Operators on Matrix3f instances. More...

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.

Detailed Description

Operators on Matrix3f 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