Include :
- aggiornamenti.
This commit is contained in:
@@ -520,6 +520,8 @@ EIN_EXPORT BOOL __stdcall EgtGetView( int* pnDir) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetGenericView( double* pdAngVertDeg, double* pdAngHorizDeg) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtProjectPoint( const double ptP[3], double ptWin[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtUnProjectPoint( int nWinX, int nWinY, double ptP[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtLoadTexture( const wchar_t* wsName, const wchar_t* wsFile,
|
||||
double dDimX, double dDimY, BOOL bRepeat) ;
|
||||
|
||||
// Geo Base
|
||||
EIN_EXPORT BOOL __stdcall EgtVectorNormalize( double* pdX, double* pdY, double* pdZ, double dEps = 0.001) ;
|
||||
|
||||
Reference in New Issue
Block a user