Line rotate(Coord point, Angle theta, [bool antiClockwise = true]) => Line.fromSlopePoint(slope.rotate(theta, antiClockwise), point);