From c49719a1f2e774fcd3c98c216991b03d95b0f79d Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 25 May 2017 09:41:30 +0000 Subject: [PATCH] Include : - aggiornamento PolyLine. --- EGkPolyLine.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EGkPolyLine.h b/EGkPolyLine.h index 34c11e6..4a8e956 100644 --- a/EGkPolyLine.h +++ b/EGkPolyLine.h @@ -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 ;