Matrix3d.h File Reference

Header file for Matrix3d. More...

Go to the source code of this file.

Namespaces

namespace  H3D
namespace  H3D::ArithmeticTypes

Classes

class  H3D::ArithmeticTypes::Matrix3d
 Representation of a 3x3 matrix. More...

Functions

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

Header file for Matrix3d.


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