ConicPolarData Class Reference
This class represents an equation of a conic in the form . More...Collaboration diagram for ConicPolarData:
Public Member Functions | |
ConicPolarData (const ConicCartesianData &data) | |
Construct a ConicPolarData from a ConicCartesianData. | |
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. |
Detailed Description
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..
Constructor & Destructor Documentation
|
Construct a ConicPolarData from a ConicCartesianData. Construct a ConicPolarData that is the polar representation of the conic represented by d. |