Uses of Class
math.geom2d.domain.BoundaryPolyCurve2D

Packages that use BoundaryPolyCurve2D
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
math.geom2d.domain Definition of planar domains, and basic implementations. 
 

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(java.util.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.reverse()
           
 BoundaryPolyCurve2D<ContinuousOrientedCurve2D> BoundaryPolyCurve2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.domain that return types with arguments of type BoundaryPolyCurve2D
 java.util.Collection<BoundaryPolyCurve2D<T>> BoundaryPolyCurve2D.continuousCurves()