IOgetTransformation |
Top Previous Next |
Delivers the transformation mode. With the transformation mode it is given how the co-ordinates should be converted. Parametre pipes (PIOPIPES) [IN] The trading pipes gives the issue canal. Result (int) [OUT] As a return value the topical transformation mode is delivered. The possible transformations are: #define TRANSFORM_TYPE_NO 0 #define TRANSFORM_TYPE_HELMERT 2 #define TRANSFORM_TYPE_AFFIN 4 #define TRANSFORM_TYPE_HELMERT_RESTKLAFFUNG 3 #define TRANSFORM_TYPE_AFFIN_RESTKLAFFUNG 5 #define TRANSFORM_TYPE_POLAR 6 Declaration #include "ausgabe.h"
int DLLENTRY IOgetTransformation ( PIOPIPES pipes ); Related functions
|