Kig Python Scripting API Documentation

ConicPolarData Class Reference

This class represents an equation of a conic in the form $ \rho(\theta) = \frac{p}{1 - e \cos\theta}$ . More...

Collaboration diagram for ConicPolarData:

Collaboration graph
[legend]
List of all members.

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 $ \rho(\theta) = \frac{p}{1 - e \cos\theta}$.

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 $ \rho(\theta) = \frac{p}{1 - e \cos\theta}$ .

focus and the ecostheta stuff represent the coordinate system in which the equation yields the good result..


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.

KDE Logo
This file is part of the documentation for kdelibs 0.10.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Mon Aug 15 23:01:22 2005 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2001