factory Angle.fromTwoPoints(Coord first, Coord second) => Angle.fromSides(second.$2 - first.$2, second.$1 - first.$1);