angle property

double angle

The angle of this line in relation to the x-axis

Implementation

double get angle => atan2(-a, b);