Skip to content

Transformation Convenience: Horizontal and Vertical Shift Methods #651

@Scienfitz

Description

@Scienfitz
  • Vertical shifts by an amount x can be applied by appending an AffineTransformation(shift=x)
  • Horizontal shifts by an amount x can be applied by prepending an AffineTransformation(shift=-x)

Convenience methods like .hshift and .vshift would be nice to have and would avoid bugs like #638 due to increased simplicity.

Metadata

Metadata

Assignees

Labels

enhancementExpand / change existing functionality

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions