Main Page   Namespace List   Alphabetical List   Data Structures   File List   Data Fields   Globals  

algebra3.cpp File Reference


Defines

#define ROWCOL(i, j)   this->v[i].n[0]*b.v[0][j] + this->v[i].n[1]*b.v[1][j] + this->v[i].n[2]*b.v[2][j]
#define ROWCOL(i, j)
#define ROWCOL(i)

Define Documentation

#define ROWCOL  
 

Value:

this->v[i].n[0]*v.n[VX] + this->v[i].n[1]*v.n[VY] \
    + this->v[i].n[2]*v.n[VZ] + this->v[i].n[3]*v.n[VW]

#define ROWCOL i,
 
 

Value:

this->v[i].n[0]*b.v[0][j] + this->v[i].n[1]*b.v[1][j] + \
    this->v[i].n[2]*b.v[2][j] + this->v[i].n[3]*b.v[3][j]

#define ROWCOL i,
     this->v[i].n[0]*b.v[0][j] + this->v[i].n[1]*b.v[1][j] + this->v[i].n[2]*b.v[2][j]
 


Generated on Wed Feb 18 16:32:51 2004 for POVAMA by doxygen1.2.18