Uses of Class
math.geom2d.conic.Circle2D

Packages that use Circle2D
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. 
math.geom2d.transform Contains interface hierarchy for planar transforms, and implementations for specialized transforms. 
 

Uses of Circle2D in math.geom2d.conic
 

Fields in math.geom2d.conic declared as Circle2D
protected  Circle2D CircleArc2D.circle
           
 

Methods in math.geom2d.conic that return Circle2D
 Circle2D Circle2D.clone()
           
static Circle2D Circle2D.create(Point2D center, double radius)
          Creates a circle from a center and a radius.
static Circle2D Circle2D.create(Point2D p1, Point2D p2, Point2D p3)
          Creates a circle containing 3 points.
 Circle2D Circle2D.getParallel(double d)
          Returns the parallel circle located at a distance d from this circle.
 Circle2D Circle2D.getReverseCurve()
          Returns the circle with same center and same radius, but with the other orientation.
 Circle2D CircleArc2D.getSupportCircle()
          Deprecated. use getSupportingCircle instead
 Circle2D CircleArc2D.getSupportingCircle()
          Returns the circle which contains the circle arc.
 Circle2D Circle2D.getSupportingCircle()
          Returns the circle itself.
 Circle2D CircularShape2D.getSupportingCircle()
           
 

Methods in math.geom2d.conic that return types with arguments of type Circle2D
 Collection<? extends Circle2D> Circle2D.getContinuousCurves()
           
 Collection<? extends Circle2D> Circle2D.getSmoothPieces()
          Returns a set of smooth curves, which contains only the circle.
 

Methods in math.geom2d.conic with parameters of type Circle2D
static CircleArc2D CircleArc2D.create(Circle2D support, double startAngle, double angleExtent)
           
static CircleArc2D CircleArc2D.create(Circle2D support, double startAngle, double endAngle, boolean direct)
           
static Collection<Point2D> Circle2D.getIntersections(Circle2D circle1, Circle2D circle2)
           
 

Constructors in math.geom2d.conic with parameters of type Circle2D
CircleArc2D(Circle2D circle, double startAngle, double angleExtent)
          create a new circle arc based on an already existing circle.
CircleArc2D(Circle2D circle, double startAngle, double endAngle, boolean direct)
          create a new circle arc based on an already existing circle, specifying if arc is direct or not.
 

Uses of Circle2D in math.geom2d.transform
 

Fields in math.geom2d.transform declared as Circle2D
protected  Circle2D CircleInversion2D.circle
           
 

Methods in math.geom2d.transform with parameters of type Circle2D
 void CircleInversion2D.setCircle(Circle2D circle)
           
 

Constructors in math.geom2d.transform with parameters of type Circle2D
CircleInversion2D(Circle2D circle)
           
 



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