Include :

- sistemazioni varie.
This commit is contained in:
Dario Sassi
2015-06-30 14:07:41 +00:00
parent 9fc0e7b51d
commit 4ecd735929
9 changed files with 160 additions and 29 deletions
+1
View File
@@ -106,6 +106,7 @@ class PolyLine
EGK_EXPORT bool AdjustForMaxSegmentLen( double dMaxLen) ;
EGK_EXPORT bool RemoveAlignedPoints( double dToler = EPS_SMALL) ;
EGK_EXPORT bool ApproxOnSide( const Vector3d& vtN, bool bLeftSide, double dToler = EPS_SMALL) ;
EGK_EXPORT bool MakeConvex( const Vector3d& vtN, bool bLeftSide) ;
EGK_EXPORT bool Invert( bool bInvertU = true) ;
private :