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