source:
orxonox.OLD/trunk/src/lib/math/matrix.h
@
5662
Last change on this file since 5662 was 5662, checked in by bensch, 19 years ago | |
---|---|
File size: 226 bytes |
Line | |
---|---|
1 | |
2 | |
3 | |
4 | class Matrix |
5 | { |
6 | public: |
7 | float m11; float m12; float m13; |
8 | float m21; float m22; float m23; |
9 | float m31; float m32; float m33; |
10 | |
11 | void eigVl(const Matrix& matrix); |
12 | void debug() const; |
13 | }; |
Note: See TracBrowser
for help on using the repository browser.