kig
ConicPolarData Class Reference
#include <conic-common.h>
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..
Definition at line 85 of file conic-common.h.
Public Member Functions | |
| ConicPolarData (const Coordinate &focus1, double dimen, double ecostheta0, double esintheta0) | |
| ConicPolarData () | |
| ConicPolarData (const ConicCartesianData &data) | |
Public Attributes | |
| double | ecostheta0 |
| double | esintheta0 |
| Coordinate | focus1 |
| double | pdimen |
Constructor & Destructor Documentation
| ConicPolarData::ConicPolarData | ( | const ConicCartesianData & | data | ) | [explicit] |
Construct a ConicPolarData from a ConicCartesianData.
Construct a ConicPolarData that is the polar representation of the conic represented by d.
Definition at line 66 of file conic-common.cpp.
| ConicPolarData::ConicPolarData | ( | ) | [explicit] |
Definition at line 424 of file conic-common.cpp.
| ConicPolarData::ConicPolarData | ( | const Coordinate & | focus1, | |
| double | dimen, | |||
| double | ecostheta0, | |||
| double | esintheta0 | |||
| ) |
Construct a ConicPolarData using the parameters from the equation
.
Definition at line 417 of file conic-common.cpp.
Member Data Documentation
| double ConicPolarData::ecostheta0 |
| double ConicPolarData::esintheta0 |
| double ConicPolarData::pdimen |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference