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

- abstract property vector: AbstractVectorArray#
A vector representing this translation.