My Project
 All Classes Files Functions Variables Enumerations Pages
Public Member Functions | List of all members
Matrix33RotateAboutY Class Reference
Inheritance diagram for Matrix33RotateAboutY:
Matrix33

Public Member Functions

 Matrix33RotateAboutY (float angle)
 
- Public Member Functions inherited from Matrix33
 Matrix33 ()
 Null constructor. More...
 
 Matrix33 (const XYZ &rx, const XYZ &ry, const XYZ &rz)
 Construct from column vectors.
 
 ~Matrix33 ()
 Destructor.
 
void assign (const Matrix33 &m)
 
const float & element (uint row, uint col) const
 Access a given element.
 
float & element (uint row, uint col)
 Access a given element.
 
const XYZ row0 () const
 Extract copy of the first row of matrix.
 
const XYZ row1 () const
 Extract copy of the second row of matrix.
 
const XYZ row2 () const
 Extract copy of the third row of matrix.
 
float cofactor (uint row, uint col) const
 Cofactor of an element.
 
float determinant () const
 Determinant of matrix.
 
const Matrix33 inverted () const
 Return inverse of matrix.
 

Additional Inherited Members

- Public Attributes inherited from Matrix33
XYZ basis [3]
 Column vectors of matrix.
 

The documentation for this class was generated from the following file: