Uses of Class
math.geom2d.conic.CircleArc2D

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

Uses of CircleArc2D in math.geom2d.conic
 

Methods in math.geom2d.conic that return CircleArc2D
 CircleArc2D CircleArc2D.getReverseCurve()
          returns the circle arc which refers to the reversed 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)
          return 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.