11 #include "gVariables.hh" 12 #include "sOutputManager.hh" 39 oMatrix(uint16_t nl, uint16_t nc);
51 void Allocate(uint16_t nl, uint16_t nc);
int Inverse(oMatrix *ap_MtxResult)
~oMatrix()
oMatrix destructor. Free memory of the oMatrix object.
oMatrix()
oMatrix constructor. Initialize the member variables to their default values.
HPFLTNB GetMatriceElt(uint16_t l, uint16_t c)
void Describe()
Display the element of the matrix.
Structure designed for basic matrices operations.
int SetXRotMtx(HPFLTNB ang)
int Multiplication(oMatrix *ap_Mtx, oMatrix *ap_MtxResult)
int SetMatriceElt(uint16_t l, uint16_t c, HPFLTNB a_val)
int SetZRotMtx(HPFLTNB ang)
int SetYRotMtx(HPFLTNB ang)
int Transpose(oMatrix *a_MtxResult)
void Allocate(uint16_t nl, uint16_t nc)