isCounterClockwise method

bool isCounterClockwise([
  1. CartesianOrientation orientation = CartesianOrientation.screen
])

True if this Rotation represents a counter-clockwise turn, or zero.

Implementation

bool isCounterClockwise([CartesianOrientation orientation = CartesianOrientation.screen]) =>
    orientation.isRotationCounterClockwise(this);