SS::Matrix2x2 Class Reference

List of all members.

Public Types

enum  Empty

Public Member Functions

const Vector2operator[] (int i) const
Vector2operator[] (int i)
 Matrix2x2 (void)
 Matrix2x2 (Empty)
 Matrix2x2 (float e00, float e01, float e10, float e11)
void operator= (const Matrix2x2 &)
void clear (void)
void flushToZero (void)
void ident (void)
bool invert (void)
Vector2 getColumn (int i) const
void setColumn (int i, const Vector2 &v)
bool operator== (const Matrix2x2 &n) const
bool operator!= (const Matrix2x2 &n) const
void operator *= (const Matrix2x2 &n)
void operator *= (float f)
void transpose (void)
void transpose (const Matrix2x2 &src)
float det (void)

Detailed Description

Definition at line 190 of file ssMatrix.hpp.


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