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:
+1
-1
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user