Public Fields
-
double m[3][3]
- Data members
Public Methods
-
Matrix3x3()
-
virtual ~Matrix3x3()
-
Matrix3x3 operator*(const double d) const
- Overloaded operators
-
Vector3D operator*(const Vector3D &v) const
-
Matrix3x3 operator*(const Matrix3x3 &t) const
-
void Set(double s[3][3])
- Misc
-
Matrix3x3 Transpose(void) const
Documentation
- Matrix3x3()
- virtual ~Matrix3x3()
- Matrix3x3 operator*(const double d) const
- Overloaded operators
- Vector3D operator*(const Vector3D &v) const
- Matrix3x3 operator*(const Matrix3x3 &t) const
- void Set(double s[3][3])
- Misc
- Matrix3x3 Transpose(void) const
- double m[3][3]
- Data members
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.