Include : Aggiunto prototipo in DistPointCurve.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user