From 942b26229fe22632aadf5343ce2d61b638c44985 Mon Sep 17 00:00:00 2001 From: SaraP Date: Wed, 16 Oct 2024 16:27:10 +0200 Subject: [PATCH] Include : - aggiunto prototipo. --- EGkCurveAux.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EGkCurveAux.h b/EGkCurveAux.h index 2807457..7fd4e5b 100644 --- a/EGkCurveAux.h +++ b/EGkCurveAux.h @@ -147,6 +147,10 @@ EGK_EXPORT bool CalcCurveFatCurve( const ICurve& crvC, ICURVEPOVECTOR& vCrvs, do //! Calcola, nel caso di curve chiuse, il valore limite di offset ( in valore assoluto) che fa sparire la curva EGK_EXPORT bool CalcCurveLimitOffset( const ICurve& crvC, double& dOffs) ; +//---------------------------------------------------------------------------- +//! Calcola, se possibile, le curve di offset del valore richiesto come curve singole +EGK_EXPORT bool CalcCurveSingleCurvesOffset( const ICurve& crvC, ICURVEPOVECTOR& vCrvs, double dOffs) ; + //---------------------------------------------------------------------------- //! Resetta l'oggetto voronoi associato alla curva liberandone la memoria EGK_EXPORT void ResetCurveVoronoi( const ICurve& crvC) ; \ No newline at end of file