lineAngle method

double lineAngle(
  1. Vector2C o
)

Implementation

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