class
TransformationGeneric transformation
Contents
- Reference
Methods
Special methods
- def __init__(self, /) -> None
- def __init__(self, rotation_followed_by: Rotation, translation: Translation) -> None
- def __mul__(self, arg0: Transformation, /) -> Transformation
- def __mul__(self, arg0: Translation, /) -> Transformation
- def __mul__(self, arg0: Rotation, /) -> Transformation
- def __mul__(self, arg0: UniformScale, /) -> Transformation
- def __rmul__(self, arg0: Translation, /) -> Transformation
- def __rmul__(self, arg0: Rotation, /) -> Transformation
- def __rmul__(self, arg0: UniformScale, /) -> Transformation