Uses of Class
math.geom2d.curve.BoundarySet2D

Packages that use BoundarySet2D
math.geom2d Planar geometry toolbox. 
math.geom2d.conic Conic curves like circles, ellipses, parabolas and hyperbolas Contains definition of various conic curves. 
math.geom2d.curve Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
math.geom2d.polygon Domains of the plane whose boundary is straight, like polygons, half-plane, wedge... 
 

Uses of BoundarySet2D in math.geom2d
 

Methods in math.geom2d that return BoundarySet2D
 BoundarySet2D<ContinuousBoundary2D> Box2D.clipBoundary(Boundary2D boundary)
          Clips a boundary and closes the result curve.
 

Uses of BoundarySet2D in math.geom2d.conic
 

Subclasses of BoundarySet2D in math.geom2d.conic
 class Hyperbola2D
          Superclass for all linear and pieces smooth curves : polylines, conics, lines ...
 

Uses of BoundarySet2D in math.geom2d.curve
 

Methods in math.geom2d.curve that return BoundarySet2D
 BoundarySet2D<? extends ContinuousBoundary2D> BoundarySet2D.getReverseCurve()
           
 BoundarySet2D<? extends ContinuousBoundary2D> BoundarySet2D.transform(AffineTransform2D trans)
           
 

Uses of BoundarySet2D in math.geom2d.polygon
 

Methods in math.geom2d.polygon that return BoundarySet2D
 BoundarySet2D<ClosedPolyline2D> MultiPolygon2D.getBoundary()