Uses of Package
math.geom2d.conic

Packages that use math.geom2d.conic
math.geom2d.conic Conic curves like circles, ellipses, parabolas and hyperbolas Contains definition of various conic curves. 
math.geom2d.transform Hieararchy of planar transforms, and implementation of common transforms like rotations, translations, reflections or scalings. 
 

Classes in math.geom2d.conic used by math.geom2d.conic
Circle2D
          A circle in the plane, defined as the set of points located at an equal distance from the circle center.
CircleArc2D
          A circle arc, defined by the center and the radius of the containing circle, by a starting angle, and by a (signed) angle extent.
Conic2D
          Interface for all conics : parametric conics, or ellipses, parabolas, and hyperbolas.
Ellipse2D
          An ellipse in the plane.
EllipseArc2D
          An arc of ellipse.
Hyperbola2D
          Superclass for all linear and pieces smooth curves : polylines, conics, lines ...
HyperbolaBranch2D
          Branch of an Hyperbola2D.
HyperbolaBranchArc2D
          An arc of hyperbola, defined from the parent hyperbola branch, and two positions on the parent curve.
Parabola2D
          A parabola, defined by its vertex, its orientation, and its pedal.
ParabolaArc2D
          An arc of parabola, defined by a parent parabola, and two limits for the parametrization.
 

Classes in math.geom2d.conic used by math.geom2d.transform
Circle2D
          A circle in the plane, defined as the set of points located at an equal distance from the circle center.