SS::Matrix3x3 Class Reference

List of all members.

Public Types

enum  Empty

Public Member Functions

const Vector3operator[] (int i) const
Vector3operator[] (int i)
 Matrix3x3 (void)
 Matrix3x3 (Empty)
 Matrix3x3 (float e00, float e01, float e02, float e10, float e11, float e12, float e20, float e21, float e22)
void operator= (const Matrix3x3 &)
void clear (void)
void flushToZero (void)
void ident (void)
bool invert (void)
Vector3 getColumn (int i) const
void setColumn (int i, const Vector3 &v)
bool operator== (const Matrix3x3 &n) const
bool operator!= (const Matrix3x3 &n) const
void operator *= (const Matrix3x3 &n)
void operator *= (float f)
void transpose (void)
void transpose (const Matrix3x3 &src)
float det (void)

Detailed Description

Definition at line 141 of file ssMatrix.hpp.


The documentation for this class was generated from the following files:
Generated on Thu Feb 15 09:09:25 2007 for Surface Splating by  doxygen 1.5.1-p1