Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

MatrixC Class Reference

#include <matrixc.h>

List of all members.

Public Methods

 MatrixC ()
 MatrixC (const VectorC &a1, const VectorC &a2, const VectorC &a3)
 ~MatrixC ()
int operator== (const MatrixC &v)
int operator!= (const MatrixC &v)
MatrixC operator= (const MatrixC &)
MatrixC operator * (const MatrixC &)
VectorC operator * (const VectorC &)
void SetIdentity ()
void SetRotateOnMinusZ (const VectorC &)
void SetRotateZ (const double &)
void SetRotateY (const double &)
void SetRotateX (const double &)
void Set (const VectorC &a1, const VectorC &a2, const VectorC &a3)

Public Attributes

double m [9]

Friends

OAW_DLLMAPPING MatrixC operator~ (const MatrixC &)
MatrixC Inv (const MatrixC &)


Constructor & Destructor Documentation

MatrixC::MatrixC  
 

MatrixC::MatrixC const VectorC   a1,
const VectorC   a2,
const VectorC   a3
[inline]
 

Definition at line 44 of file matrixc.h.

00044 {Set(a1,a2,a3);}

MatrixC::~MatrixC   [inline]
 

Definition at line 45 of file matrixc.h.

00045 {}


Member Function Documentation

VectorC MatrixC::operator * const VectorC  
 

MatrixC MatrixC::operator * const MatrixC &   
 

int MatrixC::operator!= const MatrixC &    v
 

MatrixC MatrixC::operator= const MatrixC &   
 

int MatrixC::operator== const MatrixC &    v
 

void MatrixC::Set const VectorC   a1,
const VectorC   a2,
const VectorC   a3
 

void MatrixC::SetIdentity  
 

void MatrixC::SetRotateOnMinusZ const VectorC  
 

void MatrixC::SetRotateX const double &   
 

void MatrixC::SetRotateY const double &   
 

void MatrixC::SetRotateZ const double &   
 


Friends And Related Function Documentation

MatrixC Inv const MatrixC &    [friend]
 

OAW_DLLMAPPING MatrixC operator~ const MatrixC &    [friend]
 


Member Data Documentation

double MatrixC::m[9]
 

Definition at line 60 of file matrixc.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:30:51 2003 for Open ActiveWrl by doxygen1.3-rc2