include/matrix.h
branchpyrit
changeset 46 6493fb65f0b1
parent 44 3763b26244f0
child 91 9d66d323c354
equal deleted inserted replaced
45:76b254ce92cf 46:6493fb65f0b1
    29 
    29 
    30 #include "vector.h"
    30 #include "vector.h"
    31 
    31 
    32 using namespace std;
    32 using namespace std;
    33 
    33 
       
    34 /**
       
    35  * matrix helper class
       
    36  */
    34 class Matrix
    37 class Matrix
    35 {
    38 {
    36 public:
    39 public:
    37 	Float data[4][4];
    40 	Float data[4][4];
    38 
    41