Uses of Class
math.geom2d.conic.CircleArc2D

Packages that use CircleArc2D
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 CircleArc2D in math.geom2d.conic
 

Methods in math.geom2d.conic that return CircleArc2D
 CircleArc2D CircleArc2D.clone()
           
static CircleArc2D CircleArc2D.create(Circle2D support, double startAngle, double angleExtent)
           
static CircleArc2D CircleArc2D.create(Circle2D support, double startAngle, double endAngle, boolean direct)
           
static CircleArc2D CircleArc2D.create(Point2D center, double radius, double startAngle, double angleExtent)
           
static CircleArc2D CircleArc2D.create(Point2D center, double radius, double startAngle, double endAngle, boolean direct)
           
 CircleArc2D CircleArc2D.getParallel(double dist)
           
 CircleArc2D CircleArc2D.getReverseCurve()
          Returns the circle arc which refers to the same parent circle, with same start angle, and with opposite angle extent.
 CircleArc2D CircleArc2D.getSubCurve(double t0, double t1)
          return a new CircleArc2D.
 CircleArc2D Circle2D.getSubCurve(double t0, double t1)
          Returns a new CircleArc2D. t0 and t1 are position on circle.
 

Methods in math.geom2d.conic that return types with arguments of type CircleArc2D
 CurveSet2D<CircleArc2D> CircleArc2D.clip(Box2D box)
          Clip the circle arc by a box.
 Collection<? extends CircleArc2D> CircleArc2D.getContinuousCurves()
           
 Collection<? extends CircleArc2D> CircleArc2D.getSmoothPieces()
           
 

Uses of CircleArc2D in math.geom2d.transform
 

Methods in math.geom2d.transform that return types with arguments of type CircleArc2D
 BoundaryPolyCurve2D<CircleArc2D> CircleInversion2D.transformRing(LinearRing2D ring)
           
 



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