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


//=======================================================================
//function : Intersector
//purpose  : 
//=======================================================================

inline const Geom2dInt_GInter& Geom2dAPI_InterCurveCurve::Intersector() const
{
  return myIntersector;
}