svoid drawRotatedRoundEdgeLine(Graphics2D g, Pt center, double angle, double length, Color color, double width) { drawRoundEdgeLine(g, pointOnCircle(center, length/2, angle), pointOnCircle(center, length/2, angle+pi()), color, width); }