#include <PGeom2d_Hyperbola.hxx>
Inheritance diagram for PGeom2d_Hyperbola:
Public Member Functions | |
Standard_EXPORT | PGeom2d_Hyperbola () |
Creates an Hyperbola with default values. . | |
Standard_EXPORT | 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. . | |
Standard_EXPORT void | MajorRadius (const Standard_Real aMajorRadius) |
Set the value of the field majorRadius with <amajorradius>. . | |
Standard_EXPORT Standard_Real | MajorRadius () const |
Returns the value of the field majorRadius. . | |
Standard_EXPORT void | MinorRadius (const Standard_Real aMinorRadius) |
Set the value of the field minorRadius with <aminorradius>. . | |
Standard_EXPORT 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) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Real | majorRadius |
Standard_Real | minorRadius |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PGeom2d_Conic. |
|
|
|
|
|
|
|
|
|
|
|
|