EgtGeomKernel 1.5g2 :
- aggiunte intersezioni tra linee ed archi - aggiunte intersezioni tra archi e archi - aggiunte funzioni di utilità per angoli.
This commit is contained in:
+2
-1
@@ -31,8 +31,9 @@ Triangulate::Make( const PolyLine& PL, PNTVECTOR& vPt, INTVECTOR& vTr)
|
||||
if ( ! PL.IsClosed())
|
||||
return false ;
|
||||
// calcolo il piano medio del poligono
|
||||
double dArea ;
|
||||
Plane3d plPlane ;
|
||||
if ( ! PL.IsPlanar( plPlane, 50 * EPS_SMALL))
|
||||
if ( ! PL.IsPlanar( plPlane, dArea, 50 * EPS_SMALL))
|
||||
return false ;
|
||||
bool bCCW ;
|
||||
if ( fabs( plPlane.vtN.z) >= fabs( plPlane.vtN.x) &&
|
||||
|
||||
Reference in New Issue
Block a user