Include :

- modifiche di stile.
This commit is contained in:
Dario Sassi
2017-11-02 07:31:48 +00:00
parent 692423ced8
commit 20bd63e047
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class CurveByApprox
EGK_EXPORT bool GetArcs( double dLinTol, double dAngTolDeg, double dLinFea, PolyArc& PA) ;
public :
EGK_EXPORT enum TYPE { ARCS_CORNER = 1, CUBIC_BEZIERS = 2} ;
enum TYPE { ARCS_CORNER = 1, CUBIC_BEZIERS = 2} ;
private :
bool CalcParameterization( void) ;
+2 -2
View File
@@ -35,8 +35,8 @@ class CurveByInterp
EGK_EXPORT ICurve* GetCurve( int nMethod, int nType) ;
public :
EGK_EXPORT enum METHOD { BESSEL = 1, AKIMA = 2, AKIMA_CORNER = 3} ;
EGK_EXPORT enum TYPE { BIARCS = 1, CUBIC_BEZIERS = 2} ;
enum METHOD { BESSEL = 1, AKIMA = 2, AKIMA_CORNER = 3} ;
enum TYPE { BIARCS = 1, CUBIC_BEZIERS = 2} ;
private :
bool CalcAkimaTangents( bool bDetectCorner) ;