Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -1263,11 +1263,13 @@ EXE_EXPORT bool ExeResetGeoTria( bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeSetWinRect( int nPrevX, int nPrevY, int nCurrX, int nCurrY, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeResetWinRect( bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeZoomWin( int nPrevX, int nPrevY, int nCurrX, int nCurrY, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeSetViewOrizzOffsStep( int nDirOffsStep = 0) ;
|
||||
EXE_EXPORT bool ExeSetView( int nDir, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeSetGenericView( double dAngVertDeg, double dAngHorizDeg, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeSetViewCenter( const Point3d& ptP, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExePanView( int nPrevX, int nPrevY, int nCurrX, int nCurrY, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeRotateView( int nPrevX, int nPrevY, int nCurrX, int nCurrY, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeGetViewOrizzOffsStep( int* pnDirOffsStep) ;
|
||||
EXE_EXPORT bool ExeGetView( int* pnDir) ;
|
||||
EXE_EXPORT bool ExeGetGenericView( double* pdAngVertDeg, double* pdAngHorizDeg) ;
|
||||
EXE_EXPORT bool ExeGetViewUp( Vector3d& vtUp) ;
|
||||
|
||||
Reference in New Issue
Block a user