Uses of Interface
math.geom2d.conic.Conic2D

Packages that use Conic2D
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. 
 

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
          An Hyperbola, which is represented as a curve set of two boundary curves which are instances of HyperbolaBranch2D.
 class Parabola2D
          A parabola, defined by its vertex, its orientation, and its pedal.
 

Methods in math.geom2d.conic that return Conic2D
 Conic2D Conic2D.getReverseCurve()
           
static Conic2D Conic2DUtils.reduceConic(double[] coefs)
           
 Conic2D Conic2D.transform(AffineTransform2D trans)
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.