ConicCart Class Reference
An implementation of Conic to be used when only the cartesian equation of the conic is known. More...Inheritance diagram for ConicCart:
Public Member Functions | |
ConicCart * | copy () const |
Returns a copy of this Object. | |
const ConicCartesianData | cartesianData () const |
Return the cartesian representation of this conic. | |
const ConicPolarData | polarData () const |
Return the polar representation of this conic. |
Detailed Description
An implementation of Conic to be used when only the cartesian equation of the conic is known.
Member Function Documentation
|
Returns a copy of this Object. The copy is an exact copy. Changes to the copy don't affect the original. Implements Curve. |