AbstractAffineTransformation#
- class named_arrays.transformations.AbstractAffineTransformation#
Bases:
AbstractTransformationAn interface describing an arbitrary affine transformation.
Attributes
A new transformation that reverses the effect of this transformation.
The shape of the transformation.
The linear transformation component of this affine transformation.
The translation component of this affine transformation.
Methods
__init__()Inheritance Diagram

- property inverse#
A new transformation that reverses the effect of this transformation.
- abstract property transformation_linear: AbstractLinearTransformation#
The linear transformation component of this affine transformation.
- abstract property translation: AbstractTranslation#
The translation component of this affine transformation.