Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_Edge.cxx330 const Standard_Boolean atend2, /* skl : change "atend" to "atend2" */ in GetEndTangent2d() argument
350 if(atend2) { in GetEndTangent2d()
372 Standard_Real par = ( atend2 ? cl : cf ); in GetEndTangent2d()
382 c2d->D0 ( ( atend2 ? cf : cl ), p2 ); in GetEndTangent2d()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx2.c763 int32 atend1, atend2; in ipth2_cmp() local
784 atend2 = (ii > dfpp2->last_dfpi); in ipth2_cmp()
785 if (!atend1 && !atend2) in ipth2_cmp()
792 if (atend1 && atend2) break; in ipth2_cmp()