EgtInterface 2.2e1 :

- a funzione EgtSurfFrChunkSimpleClassify aggiunto parametro tolleranza.
This commit is contained in:
Dario Sassi
2020-05-07 06:57:31 +00:00
parent 716db3e6e3
commit a566ab2a8f
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -51,9 +51,9 @@ __stdcall EgtSurfFrChunkCount( int nId)
//----------------------------------------------------------------------------
int
__stdcall EgtSurfFrChunkSimpleClassify( int nId1, int nChunk1, int nId2, int nChunk2)
__stdcall EgtSurfFrChunkSimpleClassify( int nId1, int nChunk1, int nId2, int nChunk2, double dToler)
{
return ExeSurfFrChunkSimpleClassify( nId1, nChunk1, nId2, nChunk2) ;
return ExeSurfFrChunkSimpleClassify( nId1, nChunk1, nId2, nChunk2, dToler) ;
}
//----------------------------------------------------------------------------