#include <matrixc.h>
Public Methods | |
| MatrixC () | |
| MatrixC (const VectorC &a1, const VectorC &a2, const VectorC &a3) | |
| ~MatrixC () | |
| int | operator== (const MatrixC &v) |
| int | operator!= (const MatrixC &v) |
| MatrixC | operator= (const MatrixC &) |
| MatrixC | operator * (const MatrixC &) |
| VectorC | operator * (const VectorC &) |
| void | SetIdentity () |
| void | SetRotateOnMinusZ (const VectorC &) |
| void | SetRotateZ (const double &) |
| void | SetRotateY (const double &) |
| void | SetRotateX (const double &) |
| void | Set (const VectorC &a1, const VectorC &a2, const VectorC &a3) |
Public Attributes | |
| double | m [9] |
Friends | |
| OAW_DLLMAPPING MatrixC | operator~ (const MatrixC &) |
| MatrixC | Inv (const MatrixC &) |
|
|
|
|
||||||||||||||||
|
Definition at line 44 of file matrixc.h.
00044 {Set(a1,a2,a3);}
|
|
|
Definition at line 45 of file matrixc.h.
00045 {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc2