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