Uses of Class
math.geom2d.line.LineArc2D

Packages that use LineArc2D
math.geom2d.line Straight curves : straight lines, line segments, rays, and polylines. 
 

Uses of LineArc2D in math.geom2d.line
 

Subclasses of LineArc2D in math.geom2d.line
 class LineSegment2D
          Straight Edge defined by two points.
 class Ray2D
          Ray, or half-line, defined from an origin and a direction vector.
 class StraightLine2D
          Representation of straigth lines.
 

Methods in math.geom2d.line that return LineArc2D
 LineArc2D LineArc2D.getReverseCurve()
          Returns the line arc which have the same trace, but has the inverse parametrization.
 LineArc2D LineObject2D.getSubCurve(double t0, double t1)
          Return a new LineArc2D, which is the portion of the linearc delimited by parameters t0 and t1.
 LineArc2D LineArc2D.getSubCurve(double t0, double t1)
          Return a new LineArc2D, which is the portion of the linearc delimited by parameters t0 and t1.
 LineArc2D Ray2D.transform(AffineTransform2D trans)
           
 LineArc2D LineArc2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.line that return types with arguments of type LineArc2D
 CurveSet2D<? extends LineArc2D> LineObject2D.clip(Box2D box)
          Clip the line object by a box.
 CurveSet2D<? extends LineArc2D> LineArc2D.clip(Box2D box)
          Clip the circle arc by a box.
 

Methods in math.geom2d.line with parameters of type LineArc2D
 boolean LineArc2D.equals(LineArc2D arc)
          Compare two edges, and returns true if they have the two same vertices.
 

Constructors in math.geom2d.line with parameters of type LineArc2D
LineArc2D(LineArc2D line)
          Construcion by copy of another line arc