shapes#

Classes for specific shapes that data can be morphed into.

The ShapeFactory is used to generate shape objects. Shapes are grouped into modules based on composition.

Modules

data_morph.shapes.bases

Shape base classes.

data_morph.shapes.circles

Shapes that are circular in nature.

data_morph.shapes.factory

Factory class for generating shape objects.

data_morph.shapes.lines

Shapes that are lines of lines.

data_morph.shapes.points

Shapes that are composed of points.

data_morph.shapes.polygons

Polygon shapes made from lines.