Uses of Class
math.geom2d.line.ClosedPolyline2D

Packages that use ClosedPolyline2D
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 ClosedPolyline2D in math.geom2d.line
 

Methods in math.geom2d.line that return ClosedPolyline2D
 ClosedPolyline2D ClosedPolyline2D.getReverseCurve()
          Deprecated. Returns the closed polyline with same points taken in reverse order.
 ClosedPolyline2D ClosedPolyline2D.transform(AffineTransform2D trans)
          Deprecated. Return the transformed shape, as a ClosePolyline2D.
 

Methods in math.geom2d.line with parameters of type ClosedPolyline2D
static BoundaryPolyCurve2D<SmoothOrientedCurve2D> Polyline2DUtils.createClosedParallel(ClosedPolyline2D polyline, double d)
          Deprecated. Creates a curve parallel to the given polyline, at a distance d.
 



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