ccw property
AxisDirection
get
ccw
Gets the direction counter-clockwise to this one.
Implementation
AxisDirection get ccw => const [
AxisDirection.left, AxisDirection.up,
AxisDirection.right, AxisDirection.down,
][index];