Include : Aggiunto prototipo in DistPointCurve.

This commit is contained in:
Dario Sassi
2014-01-17 10:31:10 +00:00
parent 8527b5c7bd
commit 71b50623ea
+1
View File
@@ -52,6 +52,7 @@ class DistPointCurve
EGK_EXPORT bool GetMinDistPoint( double dNearParam, Point3d& ptMinDist, int& nFlag) ;
EGK_EXPORT bool GetParamAtMinDistPoint( int nInd, double& dParam, int& nFlag) ;
EGK_EXPORT bool GetParamAtMinDistPoint( double dNearParam, double& dParam, int& nFlag) ;
EGK_EXPORT bool GetMinDistInfo( int nInd, MinDistPCInfo& aInfo) ;
private :
DistPointCurve( void) ;