Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx1548 const Standard_Real invvres = 1./vres; in ChFi3d_BuildPCurve() local
1549 pp1.SetX(invures*pp1.X()); pp1.SetY(invvres*pp1.Y()); in ChFi3d_BuildPCurve()
1550 pp2.SetX(invures*pp2.X()); pp2.SetY(invvres*pp2.Y()); in ChFi3d_BuildPCurve()
1551 vv1.SetX(invures*vv1.X()); vv1.SetY(invvres*vv1.Y()); in ChFi3d_BuildPCurve()
1552 vv2.SetX(invures*vv2.X()); vv2.SetY(invvres*vv2.Y()); in ChFi3d_BuildPCurve()