Class Transformation

A transformation can be applied to geometrical shaped to move them according to specific rules.

Under the hood the transformation is basically an Matrix, but it works as an adapter that glues together the interface of the geometrical shapes with the matrix classes.

Constructors

Properties

The transformation as describe by a matrix.

Methods

  • Returns a string representation of the matrix that represents this transformation.

    Returns string

  • Returns a builder that can construct a transformation.

    Returns TransformationBuilder

Generated using TypeDoc