|
Open CASCADE Technology
6.5.4
|
#include <PGeom2d_Hyperbola.hxx>

Public Member Functions | |
| PGeom2d_Hyperbola () | |
| Creates an Hyperbola with default values. | |
| PGeom2d_Hyperbola (const gp_Ax22d &aPosition, const Standard_Real aMajorRadius, const Standard_Real aMinorRadius) | |
| Creates an Hyperbola with <aPosition>, <aMajorRadius> and <aMinorRadius> as field values. The major radius of the hyperbola is on the XAxis and the minor radius is on the YAxis of the hyperbola. | |
| void | MajorRadius (const Standard_Real aMajorRadius) |
| Set the value of the field majorRadius with <aMajorRadius>. | |
| Standard_Real | MajorRadius () const |
| Returns the value of the field majorRadius. | |
| void | MinorRadius (const Standard_Real aMinorRadius) |
| Set the value of the field minorRadius with <aMinorRadius>. | |
| Standard_Real | MinorRadius () const |
| Returns the value of the field minorRadius. | |
| PGeom2d_Hyperbola (const Storage_stCONSTclCOM &a) | |
| Standard_Real | _CSFDB_GetPGeom2d_HyperbolamajorRadius () const |
| void | _CSFDB_SetPGeom2d_HyperbolamajorRadius (const Standard_Real p) |
| Standard_Real | _CSFDB_GetPGeom2d_HyperbolaminorRadius () const |
| void | _CSFDB_SetPGeom2d_HyperbolaminorRadius (const Standard_Real p) |
| PGeom2d_Hyperbola::PGeom2d_Hyperbola | ( | const gp_Ax22d & | aPosition, |
| const Standard_Real | aMajorRadius, | ||
| const Standard_Real | aMinorRadius | ||
| ) |
| PGeom2d_Hyperbola::PGeom2d_Hyperbola | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
| Standard_Real PGeom2d_Hyperbola::_CSFDB_GetPGeom2d_HyperbolamajorRadius | ( | ) | const [inline] |
| Standard_Real PGeom2d_Hyperbola::_CSFDB_GetPGeom2d_HyperbolaminorRadius | ( | ) | const [inline] |
| void PGeom2d_Hyperbola::MajorRadius | ( | const Standard_Real | aMajorRadius | ) |
| Standard_Real PGeom2d_Hyperbola::MajorRadius | ( | ) | const |
| void PGeom2d_Hyperbola::MinorRadius | ( | const Standard_Real | aMinorRadius | ) |
| Standard_Real PGeom2d_Hyperbola::MinorRadius | ( | ) | const |
1.8.0