Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_Vinert.cxx38 const Standard_Real theEps) in BRepGProp_Vinert() argument
41 Perform(theSurface, theEps); in BRepGProp_Vinert()
54 Perform(theSurface, theDomain, theEps); in BRepGProp_Vinert()
90 Perform(theSurface, theOrigin, theEps); in BRepGProp_Vinert()
104 Perform(theSurface, theDomain, theOrigin, theEps); in BRepGProp_Vinert()
142 Perform(theSurface, thePlane, theEps); in BRepGProp_Vinert()
156 Perform(theSurface, theDomain, thePlane, theEps); in BRepGProp_Vinert()
201 return Perform(theSurface, anEmptyDomain, theEps); in Perform()
216 aGauss.Compute(theSurface, theDomain, loc, theEps, in Perform()
278 aGauss.Compute(theSurface, theDomain, loc, theEps, in Perform()
[all …]
H A DBRepGProp_Sinert.cxx60 const Standard_Real theEps) in BRepGProp_Sinert() argument
63 Perform(theSurface, theEps); in BRepGProp_Sinert()
73 const Standard_Real theEps) in BRepGProp_Sinert() argument
76 Perform(theSurface, theDomain, theEps); in BRepGProp_Sinert()
118 const Standard_Real theEps) in Perform() argument
121 return Perform(theSurface, anEmptyDomian, theEps); in Perform()
130 const Standard_Real theEps) in Perform() argument
133 return myEpsilon = aGauss.Compute(theSurface, theDomain, loc, theEps, dim, g, inertia); in Perform()
H A DBRepGProp_Gauss.hxx172 const Standard_Real theEps,
195 const Standard_Real theEps,
H A DBRepGProp_Gauss.cxx534 const Standard_Real theEps, in Compute() argument
542 ( 0.0 > theEps || theEps < 0.001 ) ? Standard_True : Standard_False; in Compute()
544 ( 0.0 < theEps && theEps < 0.001 ) ? Standard_True : Standard_False; in Compute()
546 Standard_Real anEpsilon= Abs(theEps); in Compute()
1071 const Standard_Real theEps, in Compute() argument
1081 theEps, in Compute()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt.cxx30 const Standard_Real theEps) in AdjustPeriodic() argument
36 bMin = theParMin - thePar > theEps; in AdjustPeriodic()
37 bMax = thePar - theParMax > theEps; in AdjustPeriodic()
H A DGeomInt.hxx38 …l thePeriod, Standard_Real& theNewPar, Standard_Real& theOffset, const Standard_Real theEps = 0.0);
/dports/cad/opencascade/opencascade-7.6.0/src/GCPnts/
H A DGCPnts_QuasiUniformDeflection.cxx75 const Standard_Real theEps, in QuasiFleche() argument
109 if (aNorme > theEps) in QuasiFleche()
114 if (N1 > theEps && N2 > theEps) in QuasiFleche()
117 if (aNormediff > theEps) in QuasiFleche()
143 theEps, in QuasiFleche()
154 theEps, in QuasiFleche()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_1.cxx37 const Standard_Real theEps, in findNearestValidPoint() argument
58 if (aStep < theEps) in findNearestValidPoint()
59 aStep = theEps; in findNearestValidPoint()
136 while (aDelta > theEps) in findNearestValidPoint()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepGProp_Gauss.hxx172 const Standard_Real theEps,
195 const Standard_Real theEps,
H A DGeomInt.hxx38 …l thePeriod, Standard_Real& theNewPar, Standard_Real& theOffset, const Standard_Real theEps = 0.0);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepGProp_Gauss.hxx172 const Standard_Real theEps,
195 const Standard_Real theEps,
H A DGeomInt.hxx66 …l thePeriod, Standard_Real& theNewPar, Standard_Real& theOffset, const Standard_Real theEps = 0.0);
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_EdgeEdge.cxx79 const Standard_Real theEps,
1129 const Standard_Real theEps, in FindDistPC() argument
1175 Standard_Real anEps = Max(theEps, Epsilon(Max(Abs(aA), Abs(aB))) * 10.); in FindDistPC()
H A DIntTools_FaceFace.cxx145 const Standard_Real theEps);
2639 const Standard_Real theEps) in FindMaxDistance() argument
2652 while (Abs(aX1-aX2) > theEps) in FindMaxDistance()
/dports/graphics/libpano13/libpano13-2.9.20/
H A Dmath.c2765 doublereal theEps, theBig, theSmall;
2779 theEps = DBL_EPSILON; // machine precision
2785 …polzeros_(&n, poly, &theEps, &theBig, &theSmall, &nitmax, root, radius, myErr, &iter, apoly, apoly…