From 71b50623ea3863a0b26539c78dcc5625b4e88146 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 17 Jan 2014 10:31:10 +0000 Subject: [PATCH] Include : Aggiunto prototipo in DistPointCurve. --- EGkDistPointCurve.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EGkDistPointCurve.h b/EGkDistPointCurve.h index be106a5..aee91a6 100644 --- a/EGkDistPointCurve.h +++ b/EGkDistPointCurve.h @@ -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) ;