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

bases

Shape base classes.

circles

Shapes that are circular in nature.

factory

Factory class for generating shape objects.

lines

Shapes that are lines of lines.

points

Shapes that are composed of points.

polygons

Polygon shapes made from lines.