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


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

inline const Extrema_ExtPC& GeomAPI_ProjectPointOnCurve::Extrema() const
{
  return myExtPC;
}