isRotationCounterClockwise abstract method

bool isRotationCounterClockwise(
  1. Rotation rotation
)

Returns true if the given rotation represents a counter-clockwise movement from the 0° axis, or false otherwise.

Implementation

bool isRotationCounterClockwise(Rotation rotation);