From 5b5cc241db4e57a10ceacfdc7c55fd4d81f3ff25 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Tue, 21 Oct 2025 09:38:42 +0200 Subject: [PATCH] Include : - aggiornati prototipi. --- EGkCurveAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGkCurveAux.h b/EGkCurveAux.h index 08225a0..caeaf73 100644 --- a/EGkCurveAux.h +++ b/EGkCurveAux.h @@ -82,7 +82,7 @@ EGK_EXPORT ICurve* ApproxCurveWithBezier( const ICurve*, double dTol, int nType) //---------------------------------------------------------------------------- //! Interpola un set di punti e li approssima con una o pił curve di bezier cubiche -EGK_EXPORT ICurve* InterpolatePointSetWithBezier( const PNTVECTOR& vPnt, double dTol) ; +EGK_EXPORT ICurve* InterpolatePointSetWithBezier( const PNTVECTOR& vPnt, double dMaxLen) ; //---------------------------------------------------------------------------- //! Aumento il grado della curva di Bezier