summaryrefslogtreecommitdiff
path: root/src/GccInt/GccInt_BHyper.cxx
blob: f5051eb4fd23f30aa37054fd36b0ac9ffc524f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// File:	GccInt_BHyper.cxx
// Created:	Mon Oct  7 15:33:07 1991
// Author:	Remi GILET
//		<reg@phobox>


#include <GccInt_BHyper.ixx>
#include <Standard_NotImplemented.hxx>
#include <gp_Hypr2d.hxx>

GccInt_BHyper::
   GccInt_BHyper(const gp_Hypr2d& Hyper) {
   hyp = gp_Hypr2d(Hyper);
 }

GccInt_IType GccInt_BHyper::
   ArcType() const {
   return GccInt_Hpr;
 }

gp_Hypr2d GccInt_BHyper::
  Hyperbola() const { return hyp; }