SS::Matrix4x4 Class Reference

List of all members.

Public Types

enum  Empty

Public Member Functions

const Vector4operator[] (int i) const
Vector4operator[] (int i)
 Matrix4x4 (void)
 Matrix4x4 (Empty)
 Matrix4x4 (const Matrix4x4 &n)
 Matrix4x4 (float e00, float e01, float e02, float e03, float e10, float e11, float e12, float e13, float e20, float e21, float e22, float e23, float e30, float e31, float e32, float e33)
void operator= (const Matrix4x4 &)
bool is3x4Matrix (void) const
const Matrix3x4get3x4Matrix (void) const
void clear (void)
void flushToZero (void)
void ident (void)
bool invert (void)
Vector4 getColumn (int i) const
void setColumn (int i, const Vector4 &v)
bool operator== (const Matrix4x4 &n) const
bool operator!= (const Matrix4x4 &n) const
void operator *= (const Matrix4x4 &n)
void operator *= (float f)
void transpose (void)
void transpose (const Matrix4x4 &src)
float det (void) const

Detailed Description

Definition at line 83 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