![]() |
Kig Python Scripting API Documentation |
||||
|
This class represents an equation of a conic in the form .
More...
Public Member Functions | |
ConicPolarData (const ConicCartesianData &data) | |
Construct a ConicPolarData from a ConicCartesianData. More... | |
ConicPolarData (const Coordinate &focus1, double dimen, double ecostheta0, double esintheta0) | |
Construct a ConicPolarData using the parameters from the equation ![]() | |
Public Attributes | |
Coordinate | focus1 |
The first focus of this conic. | |
double | pdimen |
The pdimen value from the polar equation. | |
double | ecostheta0 |
The ecostheta0 value from the polar equation. | |
double | esintheta0 |
The esintheta0 value from the polar equation. | |
This class represents an equation of a conic in the form .
focus and the ecostheta stuff represent the coordinate system in which the equation yields the good result..
|
explicit |
Construct a ConicPolarData from a ConicCartesianData.
Construct a ConicPolarData that is the polar representation of the conic represented by d.