Rotation.east constructor

Rotation.east({
  1. double dx = 0,
  2. double y = 0,
})

Implementation

factory Rotation.east({double dx = 0, double y = 0}) =>
    Rotation.glob(x: -90 + dx, y: y);