Uses of Interface
math.geom2d.conic.Conic2D

Packages that use Conic2D
math.geom2d.conic Conic curves like circles, ellipses, parabolas and hyperbolas Contains definition of various conic curves. 
 

Uses of Conic2D in math.geom2d.conic
 

Classes in math.geom2d.conic that implement Conic2D
 class Circle2D
          A circle in the plane, defined as the set of points located at an equal distance from the circle center.
 class Ellipse2D
          An ellipse in the plane.
 class Hyperbola2D
          Superclass for all linear and pieces smooth curves : polylines, conics, lines ...
 class Parabola2D
          A parabola, defined by its vertex, its orientation, and its pedal.
 class ParametricConic2D
          A parametric Conic is defined directly from its parametric equation: a*x^2 + b*x*y + c*y^2 + d*x + e*y + f
 

Fields in math.geom2d.conic declared as Conic2D
protected  Conic2D ParametricConic2D.conic
          the reduced conic.
 

Methods in math.geom2d.conic that return Conic2D
 Conic2D Conic2D.getReverseCurve()
           
 Conic2D ParametricConic2D.getReverseCurve()
           
 Conic2D Conic2D.transform(AffineTransform2D trans)
           
 Conic2D ParametricConic2D.transform(AffineTransform2D trans)