Home
last modified time | relevance | path

Searched refs:MaxSqDist (Results 1 – 5 of 5) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DApprox_ComputeLine.gxx256 Standard_Real MaxSqDist = 0.;
265 if (aSqDist > MaxSqDist)
267 MaxSqDist = aSqDist;
274 Standard_Real Relation = MaxSqDist / MinSqDist;
280 MaxSqDist = 0.;
288 if (aSqDist > MaxSqDist)
290 MaxSqDist = aSqDist;
389 Standard_Real MaxSqDist = 0.;
398 if (aSqDist > MaxSqDist)
400 MaxSqDist = aSqDist;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_ComputeLine.gxx256 Standard_Real MaxSqDist = 0.;
265 if (aSqDist > MaxSqDist)
267 MaxSqDist = aSqDist;
274 Standard_Real Relation = MaxSqDist / MinSqDist;
280 MaxSqDist = 0.;
288 if (aSqDist > MaxSqDist)
290 MaxSqDist = aSqDist;
389 Standard_Real MaxSqDist = 0.;
398 if (aSqDist > MaxSqDist)
400 MaxSqDist = aSqDist;
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DApprox_ComputeLine.gxx256 Standard_Real MaxSqDist = 0.;
265 if (aSqDist > MaxSqDist)
267 MaxSqDist = aSqDist;
274 Standard_Real Relation = MaxSqDist / MinSqDist;
280 MaxSqDist = 0.;
288 if (aSqDist > MaxSqDist)
290 MaxSqDist = aSqDist;
389 Standard_Real MaxSqDist = 0.;
398 if (aSqDist > MaxSqDist)
400 MaxSqDist = aSqDist;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_ExtCS.cxx470 Standard_Real MaxSqDist = mySqDist(imax); in Perform() local
483 mySqDist.Append(MaxSqDist); in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx398 Standard_Real MaxSqDist = 0.; in CorrectSameParameter() local
411 if (aSqDist > MaxSqDist) in CorrectSameParameter()
412 MaxSqDist = aSqDist; in CorrectSameParameter()
416 Standard_Real aTol = sqrt(MaxSqDist); in CorrectSameParameter()