angle property
double
get
angle
The angle of this line in relation to the x-axis
Implementation
double get angle => atan2(-a, b);
The angle of this line in relation to the x-axis
double get angle => atan2(-a, b);