Get the outer angle between this line and another line
result is in radian
Rad outerAngleWith(Line other) { final angle = innerAngleWith(other); return pi - angle; }