Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib_CheckCurveOnSurface.cxx673 const math_Vector &theParSup, in PSO_Perform() argument
679 const Standard_Real aDeltaParam = theParSup(1) - theParInf(1); in PSO_Perform()
694 aPrm = (aCount == aNbControlPoints)? theParSup(1) : aPrm+aStep) in PSO_Perform()
711 math_PSO aPSO(&theFunction, theParInf, theParSup, aStepPar); in PSO_Perform()