Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2015-02-02 16:14:17 +00:00
parent 7db7455602
commit deb6cbf9cf
+1
View File
@@ -82,6 +82,7 @@ class PolyArc
EGK_EXPORT bool GetNextArc( Point3d& ptIni, Point3d& ptFin, double& dBulge) const
{ return GetNextUArc( nullptr, &ptIni, nullptr, &ptFin, &dBulge) ; }
EGK_EXPORT bool IsFlat( int& nRank, Point3d& ptCen, Vector3d& vtDir, double dToler = EPS_SMALL) const ;
EGK_EXPORT bool Invert( bool bInvertU) ;
private :
struct UPointB