AbstractTransformationList#
- class named_arrays.transformations.AbstractTransformationList#
Bases:
AbstractTransformationAn interface describing a sequence of transformations.
Attributes
The composed version of the transformation.
A flag controlling whether the transformation should be applied to the coordinates or the coordinate system.
A new transformation that reverses the effect of this transformation.
The shape of the transformation.
The underlying list of transformations to compose together.
Methods
__init__()Inheritance Diagram

- property composed: AbstractTransformation#
The composed version of the transformation.
This is a single transformation representing the entire sequence of transformations.
- abstract property intrinsic: bool#
A flag controlling whether the transformation should be applied to the coordinates or the coordinate system.
- property inverse: AbstractTransformation#
A new transformation that reverses the effect of this transformation.
- abstract property transformations: list[AbstractTransformation]#
The underlying list of transformations to compose together.