Uses of Package
math.geom2d.domain

Packages that use math.geom2d.domain
math.geom2d Planar geometry toolbox. 
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their respective arcs. 
math.geom2d.domain Definition of planar domains, and basic implementations. 
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
math.geom2d.polygon Definitions and implementations of shapes composed several line segments: polylines, rings, polygons. 
math.geom2d.spline Bezier curves, and more generally polynomial curves. 
 

Classes in math.geom2d.domain used by math.geom2d
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
 

Classes in math.geom2d.domain used by math.geom2d.circulinear
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundaryPolyCurve2D
          A single continuous oriented curve, which defines the boundary of a planar domain.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Contour2D
          A continuous oriented curve which delimits a connected planar domain.
ContourArray2D
          A ContourArray2D is a set of contours.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
GenericDomain2D
          A domain defined from its boundary.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
PolyOrientedCurve2D
          A PolyOrientedCurve2D is a set of piecewise smooth curve arcs, such that the end of a curve is the beginning of the next curve, and such that they do not intersect nor self-intersect.
SmoothContour2D
          Tagging interface to represent in unified way smooth curves that are also contours.
SmoothOrientedCurve2D
          Interface for smooth and oriented curves.
 

Classes in math.geom2d.domain used by math.geom2d.conic
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Contour2D
          A continuous oriented curve which delimits a connected planar domain.
ContourArray2D
          A ContourArray2D is a set of contours.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
SmoothContour2D
          Tagging interface to represent in unified way smooth curves that are also contours.
SmoothOrientedCurve2D
          Interface for smooth and oriented curves.
 

Classes in math.geom2d.domain used by math.geom2d.domain
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundaryPolyCurve2D
          A single continuous oriented curve, which defines the boundary of a planar domain.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Contour2D
          A continuous oriented curve which delimits a connected planar domain.
ContourArray2D
          A ContourArray2D is a set of contours.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
DomainArray2D
          An array of domains.
DomainSet2D
          General interface for a set of domains, that is itself a domain.
GenericDomain2D
          A domain defined from its boundary.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
PolyOrientedCurve2D
          A PolyOrientedCurve2D is a set of piecewise smooth curve arcs, such that the end of a curve is the beginning of the next curve, and such that they do not intersect nor self-intersect.
SmoothContour2D
          Tagging interface to represent in unified way smooth curves that are also contours.
SmoothOrientedCurve2D
          Interface for smooth and oriented curves.
 

Classes in math.geom2d.domain used by math.geom2d.line
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Contour2D
          A continuous oriented curve which delimits a connected planar domain.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
SmoothContour2D
          Tagging interface to represent in unified way smooth curves that are also contours.
SmoothOrientedCurve2D
          Interface for smooth and oriented curves.
 

Classes in math.geom2d.domain used by math.geom2d.polygon
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Contour2D
          A continuous oriented curve which delimits a connected planar domain.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
 

Classes in math.geom2d.domain used by math.geom2d.spline
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.