Uses of Class
math.geom2d.line.LineArc2D

Packages that use LineArc2D
math.geom2d.line Implementations of 'linear shapes', i.e. curves which can be embedded into a straight lines, like straight lines, line segments, or rays
 

Uses of LineArc2D in math.geom2d.line
 

Methods in math.geom2d.line that return LineArc2D
 LineArc2D LineArc2D.clone()
           
 LineArc2D LineArc2D.create(Point2D p1, Point2D p2, double t0, double t1)
          Static factory for creating a new LineArc2D
 LineArc2D LineArc2D.getParallel(double d)
           
 LineArc2D LineArc2D.getReverseCurve()
          Returns the line arc which have the same trace, but has the inverse parameterization.
 LineArc2D LineArc2D.getSubCurve(double t0, double t1)
          Returns a new LineArc2D, which is the portion of this LineArc2D delimited by parameters t0 and t1.
 LineArc2D LineArc2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.line that return types with arguments of type LineArc2D
 Collection<? extends LineArc2D> LineArc2D.getContinuousCurves()
           
 

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



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