summaryrefslogtreecommitdiff
path: root/src/BndLib/BndLib_Compute2d.cxx
blob: e2c9f6e3dcb31f2ceb9bd66e5ff9f11e32f55f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <gp_XY.hxx>
#include <gp_Pnt2d.hxx>
#include <Bnd_Box2d.hxx>
#define Coord gp_XY
#define Point gp_Pnt2d
#define Bound Bnd_Box2d
#include <BndLib_Compute.gxx>
#undef Coord 
#undef Point 
#undef Bound