EgtGeomKernel 1.6t3 :
- migliorata velocità di esecuzione di FindNearest di PointGrid3d per ChainCurves - a PolyLine aggiunte GetConvexHullXY e GetMinAreaRectangleXY.
This commit is contained in:
+1
-1
@@ -716,7 +716,7 @@ Triangulate::SortInternalLoops( const POLYLINEVECTOR& vPL, INTVECTOR& vOrd)
|
||||
}
|
||||
// ordino vettore in senso decrescente rispetto al massimo
|
||||
sort( vMax.begin() + 1, vMax.end(),
|
||||
[]( const INDMAX& a, const INDMAX&b) { return a.second > b.second ; }) ;
|
||||
[]( const INDMAX& a, const INDMAX& b) { return ( a.second > b.second) ; }) ;
|
||||
// copio indice nel vettore di ordine
|
||||
vOrd.reserve( vPL.size()) ;
|
||||
for ( int i = 0 ; i < int( vPL.size()) ; ++ i)
|
||||
|
||||
Reference in New Issue
Block a user