Uses of Class
math.geom2d.curve.PolyOrientedCurve2D

Packages that use PolyOrientedCurve2D
math.geom2d.curve Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
 

Uses of PolyOrientedCurve2D in math.geom2d.curve
 

Subclasses of PolyOrientedCurve2D in math.geom2d.curve
 class BoundaryPolyCurve2D<T extends ContinuousOrientedCurve2D>
          A single continuous oriented curve, which defines the boundary of a planar domain.
 

Methods in math.geom2d.curve that return PolyOrientedCurve2D
 PolyOrientedCurve2D<? extends ContinuousOrientedCurve2D> PolyOrientedCurve2D.getReverseCurve()
           
 PolyOrientedCurve2D<? extends ContinuousOrientedCurve2D> PolyOrientedCurve2D.getSubCurve(double t0, double t1)
          Return an instance of PolyOrientedCurve2D.
 PolyOrientedCurve2D<?> PolyOrientedCurve2D.transform(AffineTransform2D trans)