Uses of Class
math.geom2d.domain.BoundaryPolyCurve2D

Packages that use BoundaryPolyCurve2D
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
math.geom2d.domain Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
math.geom2d.line Implementations of 'linear shapes', i.e. 
math.geom2d.polygon Definitions and implementations of shapes composed several line segments: polylines, rings, polygons. 
math.geom2d.transform Contains interface hierarchy for planar transforms, and implementations for specialized transforms. 
 

Uses of BoundaryPolyCurve2D in math.geom2d.circulinear
 

Methods in math.geom2d.circulinear that return BoundaryPolyCurve2D
 BoundaryPolyCurve2D<ContinuousOrientedCurve2D> GenericCirculinearRing2D.transform(AffineTransform2D trans)
           
 BoundaryPolyCurve2D<? extends ContinuousOrientedCurve2D> BoundaryPolyCirculinearCurve2D.transform(AffineTransform2D trans)
           
 

Uses of BoundaryPolyCurve2D in math.geom2d.domain
 

Methods in math.geom2d.domain that return BoundaryPolyCurve2D
static
<T extends ContinuousOrientedCurve2D>
BoundaryPolyCurve2D<T>
BoundaryPolyCurve2D.create(Collection<T> curves)
          Static factory for creating a new BoundaryPolyCurve2D from a collection of curves.
static
<T extends ContinuousOrientedCurve2D>
BoundaryPolyCurve2D<T>
BoundaryPolyCurve2D.create(T[] curves)
          Static factory for creating a new BoundaryPolyCurve2D from an array of curves.
 BoundaryPolyCurve2D<? extends ContinuousOrientedCurve2D> BoundaryPolyCurve2D.getReverseCurve()
           
 BoundaryPolyCurve2D<ContinuousOrientedCurve2D> BoundaryPolyCurve2D.transform(AffineTransform2D trans)
           
 

Uses of BoundaryPolyCurve2D in math.geom2d.line
 

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

Uses of BoundaryPolyCurve2D in math.geom2d.polygon
 

Methods in math.geom2d.polygon that return BoundaryPolyCurve2D
static BoundaryPolyCurve2D<SmoothOrientedCurve2D> Polyline2DUtils.createClosedParallel(LinearRing2D polyline, double d)
          Creates a curve parallel to the given polyline, at a distance d.
 

Uses of BoundaryPolyCurve2D in math.geom2d.transform
 

Methods in math.geom2d.transform that return BoundaryPolyCurve2D
 BoundaryPolyCurve2D<CircleArc2D> CircleInversion2D.transformRing(LinearRing2D ring)
           
 



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