EgtGeomKernel 1.6h2 :

- aggiunte Regioni (SurfFlatRegion) e prime funzionalità relative
- corretti Intervals per Add
- corretta CalcPointParamPosiz per archi che in realtà sono circonferenze.
This commit is contained in:
Dario Sassi
2015-08-07 10:45:40 +00:00
parent 8cd29c49ad
commit f4b88af3e1
13 changed files with 1007 additions and 22 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ Intervals::Add( double dMin, double dMax)
break ;
}
// se il nuovo intervallo inizia dopo
if ( dMin > iIter->second + EPS_SMALL)
else if ( dMin > iIter->second + EPS_SMALL)
// passo al successivo
++ iIter ;
}