lineAngle method

double lineAngle(
  1. V2 o
)

Implementation

double lineAngle(V2 o) => -math.atan2(o.y - y, o.x - x);