From dc8b2e1fe62b8e95802db60ac0d191e4801d889f Mon Sep 17 00:00:00 2001 From: SaraP Date: Wed, 28 Dec 2022 14:19:02 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EGkPolyLine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EGkPolyLine.h b/EGkPolyLine.h index 216e95f..61d0e42 100644 --- a/EGkPolyLine.h +++ b/EGkPolyLine.h @@ -135,6 +135,7 @@ typedef std::list POLYLINELIST ; // lista di PolyLine //---------------------------------------------------------------------------- EGK_EXPORT bool DistPointPolyLine( const Point3d& ptP, const PolyLine& plPoly, double& dDist) ; +EGK_EXPORT bool DistPointPolyLine( const Point3d& ptP, const PolyLine& plPoly, double& dDist, double& dMinDistPar) ; EGK_EXPORT bool IsPointInsidePolyLine( const Point3d& ptP, const PolyLine& plPoly, double dToler) ; EGK_EXPORT bool GetPointParamOnPolyLine( const Point3d& ptP, const PolyLine& plPoly, double dToler, double& dPar) ; EGK_EXPORT bool ChangePolyLineStart( PolyLine& plPoly, const Point3d& ptNewStart, double dToler) ;