Home
last modified time | relevance | path

Searched defs:theXp (Results 1 – 5 of 5) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Pnt2d.hxx49 gp_Pnt2d (const Standard_Real theXp, const Standard_Real theYp) in gp_Pnt2d()
60 …void SetCoord (const Standard_Real theXp, const Standard_Real theYp) { coord.SetCoord (theXp, theY… in SetCoord()
78 void Coord (Standard_Real& theXp, Standard_Real& theYp) const { coord.Coord (theXp, theYp); } in Coord()
H A Dgp_Pnt.hxx49 gp_Pnt (const Standard_Real theXp, const Standard_Real theYp, const Standard_Real theZp) in gp_Pnt()
64 void SetCoord (const Standard_Real theXp, const Standard_Real theYp, const Standard_Real theZp) in SetCoord()
90 void Coord (Standard_Real& theXp, Standard_Real& theYp, Standard_Real& theZp) const in Coord()
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Pnt2d.hxx49 gp_Pnt2d (const Standard_Real theXp, const Standard_Real theYp) in gp_Pnt2d()
60 …void SetCoord (const Standard_Real theXp, const Standard_Real theYp) { coord.SetCoord (theXp, theY… in SetCoord()
78 void Coord (Standard_Real& theXp, Standard_Real& theYp) const { coord.Coord (theXp, theYp); } in Coord()
H A Dgp_Pnt.hxx49 gp_Pnt (const Standard_Real theXp, const Standard_Real theYp, const Standard_Real theZp) in gp_Pnt()
64 void SetCoord (const Standard_Real theXp, const Standard_Real theYp, const Standard_Real theZp) in SetCoord()
90 void Coord (Standard_Real& theXp, Standard_Real& theYp, Standard_Real& theZp) const in Coord()
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.cxx1225 void V3d_View::SetCenter (const Standard_Integer theXp, in SetCenter()
1571 void V3d_View::ConvertToGrid(const Standard_Integer theXp, in ConvertToGrid()
1700 void V3d_View::Convert(const Standard_Integer theXp, in Convert()
1723 void V3d_View::ConvertWithProj(const Standard_Integer theXp, in ConvertWithProj()
1784 Standard_Real& theXp, in Project()
1798 Standard_Real& theXp, in Project()
2403 void V3d_View::StartZoomAtPoint (const Standard_Integer theXp, in StartZoomAtPoint()
3346 void V3d_View::Place (const Standard_Integer theXp, in Place()