Home
last modified time | relevance | path

Searched refs:aSQDist (Results 1 – 11 of 11) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepBuilderAPI/
H A DBRepBuilderAPI_FastSewing.cxx601 const Standard_Real aSQDist = aPt.SquareDistance(myPoint); in Inspect() local
602 if(aSQDist < mySQToler) in Inspect()
604 mySQToler = aSQDist; in Inspect()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntPatch_ImpImpIntersection_0.gxx1680 Standard_Real aSQDist = RealLast();
1684 aSQDist = theGLine->Line().SquareDistance(theP);
1687 aSQDist = theGLine->Circle().SquareDistance(theP);
1694 return aSQDist;
1697 aSQDist = theExtr.SquareDistance(1);
1702 if (aSQD < aSQDist)
1704 aSQDist = aSQD;
1709 return aSQDist;
1786 return (aSQDist > aSQTol);
1792 const Standard_Real aSQDist = SquareDistance(theGLine, aP, anExtr);
[all …]
H A DExtrema_GenExtCC.gxx133 const Standard_Real aSQDist = aPt.SquareModulus();
134 if(aSQDist < myTol)
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_ImpImpIntersection_0.gxx1680 Standard_Real aSQDist = RealLast();
1684 aSQDist = theGLine->Line().SquareDistance(theP);
1687 aSQDist = theGLine->Circle().SquareDistance(theP);
1694 return aSQDist;
1697 aSQDist = theExtr.SquareDistance(1);
1702 if (aSQD < aSQDist)
1704 aSQDist = aSQD;
1709 return aSQDist;
1786 return (aSQDist > aSQTol);
1792 const Standard_Real aSQDist = SquareDistance(theGLine, aP, anExtr);
[all …]
H A DIntPatch_WLine.cxx132 const Standard_Real aSQDist = V.SquareDistance(P); in CompareVertexAndPoint() local
134 return (aSQDist <= aSQTol); in CompareVertexAndPoint()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntPatch_ImpImpIntersection_0.gxx1680 Standard_Real aSQDist = RealLast();
1684 aSQDist = theGLine->Line().SquareDistance(theP);
1687 aSQDist = theGLine->Circle().SquareDistance(theP);
1694 return aSQDist;
1697 aSQDist = theExtr.SquareDistance(1);
1702 if (aSQD < aSQDist)
1704 aSQDist = aSQD;
1709 return aSQDist;
1786 return (aSQDist > aSQTol);
1792 const Standard_Real aSQDist = SquareDistance(theGLine, aP, anExtr);
[all …]
H A DExtrema_GenExtCC.gxx133 const Standard_Real aSQDist = aPt.SquareModulus();
134 if(aSQDist < myTol)
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_Circ2d2TanRadGeo.cxx621 Standard_Real aSQDist = aVuv.SquareMagnitude(); in PrecRoot() local
622 if(IsEqual(aSQDist, 0.0)) in PrecRoot()
625 if((aNbIter == 1) || (aSQDist < aSQDistPrev)) in PrecRoot()
627 aSQDistPrev = aSQDist; in PrecRoot()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepCheck/
H A DBRepCheck_Edge.cxx718 const Standard_Real aSQDist = aPE.SquareDistance(aPnt); in CheckPolygonOnTriangulation() local
719 if(aSQDist > aTol*aTol) in CheckPolygonOnTriangulation()
/dports/cad/opencascade/opencascade-7.6.0/src/IntWalk/
H A DIntWalk_PWalking.cxx2165 Standard_Real aSQDist = aPt1.SquareDistance(aPt2); in DistanceMinimizeByGradient() local
2167 if(aSQDist < aSQDistPrev) in DistanceMinimizeByGradient()
2169 aSQDistPrev = aSQDist; in DistanceMinimizeByGradient()
2247 Standard_Real aSQDist = aVec.SquareMagnitude(); in DistanceMinimizeByExtrema() local
2249 if(aSQDist >= aSQDistPrev) in DistanceMinimizeByExtrema()
2252 aSQDistPrev = aSQDist; in DistanceMinimizeByExtrema()
2415 const Standard_Real aSQDist = aPInt.SquareDistance(aP1); in SeekPointOnBoundary() local
2416 if (aSQDist > aTol * aTol) in SeekPointOnBoundary()
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_GenExtCC.gxx133 const Standard_Real aSQDist = aPt.SquareModulus();
134 if(aSQDist < myTol)