geometry.transformations

Classes and modules pertaining to transformations that can be applied to geometry.

Classes

Transformation

A Transformation is the base class for all transformations.

CompositeTransformation

A CompositeTransformation is a Transformation made by composing several transformations in sequence.

Submodules

shapemachine.geometry.transformations.affinity

Classes pertaining to affinities.

shapemachine.geometry.transformations.homogeneous

Classes and functions pertaining to homogeneous transformations.

shapemachine.geometry.transformations.isometry

Classes pertaining to isometries.

shapemachine.geometry.transformations.similarity

Classes pertaining to similarities.

shapemachine.geometry.transformations.utils