TRANS2D_AFFINE definitions. More...
#include <mi32/trans2d.h>#include <mi32/rect.h>#include <memory.h>

Go to the source code of this file.
Classes | |
| class | TRANS2D_AFFINE |
| Simple affine X/Y coordinate transformation. More... | |
Functions | |
| bool | operator!= (const TRANS2D_AFFINE &lhs, const TRANS2D_AFFINE &rhs) |
| bool | operator== (const TRANS2D_AFFINE &lhs, const TRANS2D_AFFINE &rhs) |
| LIBEXPORT int | Trans2DReadArcWorld (const FILEPATH &filepath, TRANS2D_AFFINE &Affine) |
TRANS2D_AFFINE definitions.
| bool operator!= | ( | const TRANS2D_AFFINE & | lhs, | |
| const TRANS2D_AFFINE & | rhs | |||
| ) | [inline] |
| bool operator== | ( | const TRANS2D_AFFINE & | lhs, | |
| const TRANS2D_AFFINE & | rhs | |||
| ) | [inline] |
| LIBEXPORT int Trans2DReadArcWorld | ( | const FILEPATH & | filepath, | |
| TRANS2D_AFFINE & | Affine | |||
| ) |
Read transformation from ArcWorld file.
| filepath | ArcWorld file path | |
| Affine | Transformation returned |
1.6.1