EgtGeomKernel 1.5f6 :

- agg. intersezione linee-linee
- agg. alle curve metodi per passare da lunghezza a parametro e viceversa
- agg. metodi per creare curve composite come poligoni regolari
- corr. errore in triangulate con contorni CW
- agg. opportune funzioni a TSC.
This commit is contained in:
Dario Sassi
2014-06-24 07:05:43 +00:00
parent 4097bcd178
commit f119a5a1be
21 changed files with 1347 additions and 129 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ PolyLine::NewellPlane( Plane3d& plPlane) const
// At least 3 sides
if ( nNumSide < 3)
return false ;
// Normal must be normalizable
// Normal must be normalizable (the length of the normal is the double of the area of the polygon)
if ( ! vtN.Normalize())
return false ;
// Normalize normal and fill in the plane equation fields