Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -546,6 +546,8 @@ EIN_EXPORT BOOL __stdcall EgtVectorToIdGlob( double vtV[3], int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtVectorToIdLoc( double vtV[3], int nId) ;
|
||||
|
||||
// Geo Transform
|
||||
EIN_EXPORT BOOL __stdcall EgtTransform( int nId, const double ptOrig[3],
|
||||
const double vX[3], const double vY[3], const double vZ[3], int nRefType) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtMove( int nId, double vVtMove[3], int nRefType) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRotate( int nId, double vPtAx[3], double vVtAx[3], double dAngRotDeg, int nRefType) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtScale( int nId, const double vOrig[3],
|
||||
|
||||
Reference in New Issue
Block a user