Transform¶
- 
class 
rodlayout.transform.Transform¶ Represents a transformation mapping to dbTransforms
- 
identity= 'R0'¶ The identity transform
- 
mirror_x= 'MX'¶ mirror horizontally
- 
mirror_y= 'MY'¶ mirror vertically
- 
rotate180= 'R180'¶ rotate 180 degrees
- 
rotate270= 'R270'¶ rotate clock-wise 270 degrees
- 
rotate90= 'R90'¶ rotate clock-wise 90 degrees
-