From 58efb93e9faaecc4d0d8f75a78259084d3e387f0 Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 20 Dec 2022 16:36:32 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EGkArcSpecial.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/EGkArcSpecial.h b/EGkArcSpecial.h index eacde5f..2f9237e 100644 --- a/EGkArcSpecial.h +++ b/EGkArcSpecial.h @@ -1,13 +1,13 @@ //---------------------------------------------------------------------------- -// EgalTech 2014-2015 +// EgalTech 2014-2022 //---------------------------------------------------------------------------- -// File : EGkArcSpecial.h Data : 15.03.15 Versione : 1.6c2 +// File : EGkArcSpecial.h Data : 20.12.22 Versione : 2.4l3 // Contenuto : Dichiarazione funzioni per calcolo speciale archi. // // // // Modifiche : 12.06.14 DS Creazione modulo. -// +// 20.12.22 DS Aggiunta GetArc2PCN. // //---------------------------------------------------------------------------- @@ -28,3 +28,4 @@ EGK_EXPORT ICurve* GetArc2PD( const Point3d& ptStart, const Point3d& ptEnd, double dDirStartDeg) ; EGK_EXPORT ICurve* GetArc2PVN( const Point3d& ptStart, const Point3d& ptEnd, const Vector3d& vtDirS, const Vector3d& vtN) ; EGK_EXPORT ICurve* GetArc3P( const Point3d& ptStart, const Point3d& ptOther, const Point3d& ptEnd, bool bCirc) ; +EGK_EXPORT ICurveArc* GetArc2PCN( const Point3d& ptStart, const Point3d& ptEnd, const Point3d& ptNearCen, const Vector3d& vtN) ;