Matrix3d operators.
[Basic types.]

Collaboration diagram for Matrix3d operators.:

Operators on Matrix3d instances. More...

Functions

Vec3d H3D::ArithmeticTypes::operator * (const Matrix3d &m, const Vec3d &v)
 Multiplication between Matrix3d and Vec3d.
Matrix3d H3D::ArithmeticTypes::operator * (const Matrix3d &m1, const Matrix3d &m2)
 Multiplication between two Matrix3d instances.
Matrix3d H3D::ArithmeticTypes::operator+ (const Matrix3d &m1, const Matrix3d &m2)
 Addition between two Matrix3d instances.
Matrix3d H3D::ArithmeticTypes::operator * (const Matrix3d &m, const float &f)
 Muliplication between Matrix3d and float.
Matrix3d H3D::ArithmeticTypes::operator * (const Matrix3d &m, const double &d)
 Muliplication between Matrix3d and double.
Matrix3d H3D::ArithmeticTypes::operator * (const Matrix3d &m, const int &f)
 Muliplication between Matrix3d and int.
Matrix3d H3D::ArithmeticTypes::operator * (const Matrix3d &m, const long &f)
 Muliplication between Matrix3d and long.
bool H3D::ArithmeticTypes::operator== (const Matrix3d &m1, const Matrix3d &m2)
 Equality between two Matrix3d instances.
ostream & H3D::ArithmeticTypes::operator<< (ostream &os, const Matrix3d &m)
 Function for printing a Matrix3d to an ostream.
Matrix3d H3D::ArithmeticTypes::operator * (const float &a, const Matrix3d &b)
 Multiplication with float.
Matrix3d H3D::ArithmeticTypes::operator * (const double &a, const Matrix3d &b)
 Multiplication with double.
Matrix3d H3D::ArithmeticTypes::operator * (const int &a, const Matrix3d &b)
 Multiplication with int.
Matrix3d H3D::ArithmeticTypes::operator * (const long &a, const Matrix3d &b)
 Multiplication with long.
Matrix3d H3D::ArithmeticTypes::operator- (const Matrix3d &m)
 Unary minus.
Matrix3d H3D::ArithmeticTypes::operator- (const Matrix3d &a, const Matrix3d &b)
 Subtraction between two Matrix3d.

Detailed Description

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