Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_Gauss.cxx28 static const Standard_Real EPS_PARAM = 1.e-12; variable
661 if (Abs(l2 - l1) > EPS_PARAM) in Compute()
690 if (JL == LMaxSubs || Abs(L2->Value(JL) - L1->Value(JL)) < EPS_PARAM) in Compute()
733 if (Abs(Dul) < EPS_PARAM) in Compute()
755 if (Abs(u2 - u1) < EPS_PARAM) in Compute()
783 if (JU == UMaxSubs || Abs(U2->Value(JU) - U1->Value(JU)) < EPS_PARAM) in Compute()