summaryrefslogtreecommitdiff
path: root/inc/BndLib_Compute.hxx
blob: 43a4224825397d9f6407c30600a36bfb0d7250fb (plain)
1
2
3
4
5
6
7
void Compute(const Standard_Real P1,const Standard_Real P2,
const Standard_Real Ra,const Standard_Real Rb,const gp_XY& Xd,const gp_XY& Yd,
const gp_XY& O,Bnd_Box2d& B) ;

void Compute(const Standard_Real P1,const Standard_Real P2,
const Standard_Real Ra,const Standard_Real Rb,const gp_XYZ& Xd,const gp_XYZ& Yd,
const gp_XYZ& O,Bnd_Box& B) ;