Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_LineTool.cxx188 gp_Vec2d anOtherVec; in FindPoint() local
193 anOtherVec.SetX(0.); in FindPoint()
194 anOtherVec.SetY(1.); in FindPoint()
204 anOtherVec.SetX(1.); in FindPoint()
205 anOtherVec.SetY(0.); in FindPoint()
228 Standard_Real anoffset = adist * anOtherVec.Dot(anormvec) / adot1; in FindPoint()
232 gp_Pnt2d acurpoint(aprojpoint.XY() + (anOtherVec.XY()*anoffset)); in FindPoint()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_WLineTool.cxx575 gp_Vec2d anOtherVec; in FindPoint() local
580 anOtherVec.SetX(0.); in FindPoint()
581 anOtherVec.SetY(1.); in FindPoint()
591 anOtherVec.SetX(1.); in FindPoint()
592 anOtherVec.SetY(0.); in FindPoint()
619 Standard_Real anoffset = adist * anOtherVec.Dot(anormvec) / adot1; in FindPoint()
623 gp_Pnt2d acurpoint(aprojpoint.XY() + (anOtherVec.XY()*anoffset)); in FindPoint()