EgtGeomKernel 1.6w3 :
- correzioni nell'intersezione di archi tangenti o quasi - pulizia uso distanze e relative costanti minime.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ GetLinePointTgLine( const Point3d& ptP, const CurveLine& crvLine, const Point3d&
|
||||
// verifico che il punto giaccia sulla linea estesa
|
||||
DistPointCurve dstPtCurve( ptP, crvLine, false) ;
|
||||
double dSqDist ;
|
||||
if ( ! dstPtCurve.GetSqDist( dSqDist) || dSqDist > EPS_SMALL * EPS_SMALL)
|
||||
if ( ! dstPtCurve.GetSqDist( dSqDist) || dSqDist > SQ_EPS_SMALL)
|
||||
return nullptr ;
|
||||
// recupero il punto sulla linea più vicino al punto near
|
||||
Point3d ptP2 ;
|
||||
|
||||
Reference in New Issue
Block a user