kig
#include <conic-common.h>
Public Member Functions | |
ConicPolarData (const ConicCartesianData &data) | |
ConicPolarData () | |
ConicPolarData (const Coordinate &focus1, double dimen, double ecostheta0, double esintheta0) | |
Public Attributes | |
double | ecostheta0 |
double | esintheta0 |
Coordinate | focus1 |
double | pdimen |
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.
Constructor & Destructor Documentation
|
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.
|
explicit |
Definition at line 428 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 421 of file conic-common.cpp.
Member Data Documentation
double ConicPolarData::ecostheta0 |
The ecostheta0 value from the polar equation.
Definition at line 114 of file conic-common.h.
double ConicPolarData::esintheta0 |
The esintheta0 value from the polar equation.
Definition at line 118 of file conic-common.h.
Coordinate ConicPolarData::focus1 |
The first focus of this conic.
Definition at line 106 of file conic-common.h.
double ConicPolarData::pdimen |
The pdimen value from the polar equation.
Definition at line 110 of file conic-common.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.