Rotation.west constructor

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

Implementation

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