class Matrix3x3


Public Fields

[more]double m[3][3]
Data members

Public Methods

[more] Matrix3x3()
[more]virtual ~Matrix3x3()
[more]Matrix3x3 operator*(const double d) const
Overloaded operators
[more]Vector3D operator*(const Vector3D &v) const
[more]Matrix3x3 operator*(const Matrix3x3 &t) const
[more]void Set(double s[3][3])
Misc
[more]Matrix3x3 Transpose(void) const


Documentation

o Matrix3x3()

ovirtual ~Matrix3x3()

oMatrix3x3 operator*(const double d) const
Overloaded operators

oVector3D operator*(const Vector3D &v) const

oMatrix3x3 operator*(const Matrix3x3 &t) const

ovoid Set(double s[3][3])
Misc

oMatrix3x3 Transpose(void) const

odouble 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++.