summaryrefslogtreecommitdiff
path: root/inc/GeomAPI_ProjectPointOnSurf.lxx
blob: 83de86bc4b692559d2c859e9389ee11e89edaccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// File:	GeomAPI_ProjectPointOnSurf.lxx
// Created:	Thu Mar 17 16:15:24 1994
// Author:	Bruno DUMORTIER
//		<dub@fuegox>


//=======================================================================
//function : Extrema
//purpose  : 
//=======================================================================

inline const Extrema_ExtPS& GeomAPI_ProjectPointOnSurf::Extrema() const
{
  return myExtPS;
}