Include :

- aggiornamento PolyLine.
This commit is contained in:
Dario Sassi
2017-05-25 09:41:30 +00:00
parent c57e13b4f8
commit c49719a1f2
+5
View File
@@ -112,6 +112,11 @@ class PolyLine
EGK_EXPORT bool GetConvexHullXY( PNTVECTOR& vConvHull) const ;
EGK_EXPORT bool GetMinAreaRectangleXY( Point3d& ptCen, Vector3d& vtAx, double& dLen, double& dHeight) const ;
private :
bool MyChangeStartOnMiddle( void) ;
bool MyApproxOnSide( const Vector3d& vtN, bool bLeftSide, double dToler = EPS_SMALL) ;
bool MyMakeConvex( const Vector3d& vtN, bool bLeftSide) ;
private :
int m_nRejected ;
PNTULIST m_lUPoints ;