makeRotationCounterClockwise abstract method

Rotation makeRotationCounterClockwise(
  1. Rotation rotation
)

Returns a counter-clockwise version of the given rotation, as seen through the given orientation.

Implementation

Rotation makeRotationCounterClockwise(Rotation rotation);