Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-11-24 19:38:28 +00:00
parent e25a2ce134
commit 84d29b0f9c
+2
View File
@@ -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],