SS::Matrix3x4 Class Reference

List of all members.

Public Types

enum  Empty

Public Member Functions

const Vector4operator[] (int i) const
Vector4operator[] (int i)
 Matrix3x4 (void)
 Matrix3x4 (Empty)
 Matrix3x4 (const Matrix3x4 &n)
 Matrix3x4 (float e00, float e01, float e02, float e03, float e10, float e11, float e12, float e13, float e20, float e21, float e22, float e23)
void operator= (const Matrix3x4 &)
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 Matrix3x4 &n) const
bool operator!= (const Matrix3x4 &n) const
void operator *= (const Matrix3x4 &n)
void operator *= (float f)

Detailed Description

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