0022312: Translation of french commentaries in OCCT files
[occt.git] / src / Extrema / Extrema_POnSurf.lxx
CommitLineData
7fd59977 1
2inline void Extrema_POnSurf::Parameter ( Standard_Real& U, Standard_Real& V) const
3{
4 U = myU;
5 V = myV;
6}
7
8
9inline const gp_Pnt& Extrema_POnSurf::Value () const { return myP; }