Open CASCADE Technology 6.6.0
|
Describes a hyperbola as a bisecting curve between two
2D geometric objects (such as circles or points).
#include <GccInt_BHyper.hxx>
Public Member Functions | |
GccInt_BHyper (const gp_Hypr2d &Hyper) | |
Constructs a bisecting curve whose geometry is the 2D hyperbola Hyper. | |
virtual gp_Hypr2d | Hyperbola () const |
Returns a 2D hyperbola which is the geometry of this bisecting curve. | |
GccInt_IType | ArcType () const |
Returns GccInt_Hpr, which is the type of any GccInt_BHyper bisecting curve. |
GccInt_BHyper::GccInt_BHyper | ( | const gp_Hypr2d & | Hyper | ) |
GccInt_IType GccInt_BHyper::ArcType | ( | ) | const [virtual] |
Implements GccInt_Bisec.
virtual gp_Hypr2d GccInt_BHyper::Hyperbola | ( | ) | const [virtual] |
Reimplemented from GccInt_Bisec.