#include <gcu/matrix2d.h>
Public Member Functions | |
Matrix2D () | |
virtual | ~Matrix2D () |
Matrix2D (double Angle, bool Deg=true) | |
Matrix2D (double x11, double x12, double x21, double x22) | |
Matrix2D & | operator * (Matrix2D &cMat) |
Matrix2D & | operator= (Matrix2D &cMat) |
void | Transform (double &dx, double &dy) |
Definition at line 34 of file matrix2d.h.
|
Default constructor. Members are not initialized. This constructor is rarely used. |
|
The destructor of Matrix. |
|
|
|
|
|
|
|
|
|
|