equal
deleted
inserted
replaced
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 |