Uses of Package
math.geom2d

Packages that use math.geom2d
math.geom2d Planar geometry toolbox. 
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
math.geom2d.circulinear.buffer Computation of buffer for circulinear shapes. 
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their respective arcs. 
math.geom2d.curve Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
math.geom2d.domain Definition of planar domains, and basic implementations. 
math.geom2d.grid Infinite grids with various geometries (square, triangle). 
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.point Data structures for point sets. 
math.geom2d.polygon Definitions and implementations of shapes composed several line segments: polylines, rings, polygons. 
math.geom2d.polygon.convhull Convex hull computation. 
math.geom2d.spline Bezier curves, and more generally polynomial curves. 
math.geom2d.transform Contains interface hierarchy for planar transforms, and implementations for specialized transforms. 
math.geom3d.plane Spatial geometry toolbox. 
 

Classes in math.geom2d used by math.geom2d
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
ShapeArray2D
          Default Implementation of ShapeSet2D.
ShapeSet2D
          A shape that is composed of several other shapes.
Vector2D
          A vector in the 2D plane.
 

Classes in math.geom2d used by math.geom2d.circulinear
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
ShapeSet2D
          A shape that is composed of several other shapes.
 

Classes in math.geom2d used by math.geom2d.circulinear.buffer
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Vector2D
          A vector in the 2D plane.
 

Classes in math.geom2d used by math.geom2d.conic
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
ShapeSet2D
          A shape that is composed of several other shapes.
Vector2D
          A vector in the 2D plane.
 

Classes in math.geom2d used by math.geom2d.curve
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
ShapeSet2D
          A shape that is composed of several other shapes.
Vector2D
          A vector in the 2D plane.
 

Classes in math.geom2d used by math.geom2d.domain
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
ShapeArray2D
          Default Implementation of ShapeSet2D.
ShapeSet2D
          A shape that is composed of several other shapes.
 

Classes in math.geom2d used by math.geom2d.grid
Box2D
          This class defines bounds of a shape.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
 

Classes in math.geom2d used by math.geom2d.line
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          A vector in the 2D plane.
 

Classes in math.geom2d used by math.geom2d.point
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
ShapeSet2D
          A shape that is composed of several other shapes.
 

Classes in math.geom2d used by math.geom2d.polygon
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          A vector in the 2D plane.
 

Classes in math.geom2d used by math.geom2d.polygon.convhull
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
 

Classes in math.geom2d used by math.geom2d.spline
AffineTransform2D
          Base class for generic affine transforms in the plane.
Box2D
          This class defines bounds of a shape.
GeometricObject2D
          Grouping interface for all objects operating on Euclidean plane.
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
Shape2D
           Main interface for all geometric objects, including points, lines, curves, or planar regions...
ShapeSet2D
          A shape that is composed of several other shapes.
Vector2D
          A vector in the 2D plane.
 

Classes in math.geom2d used by math.geom2d.transform
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
 

Classes in math.geom2d used by math.geom3d.plane
Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.