getAngle method

double getAngle()

Implementation

double getAngle() => math.atan2(sin, cos);