// points are oriented clockwise, starting at top static L pointsAroundCircle(Pt center, int n, double radius) { double step = doubleRatio(pi()*2, n); ret listFromFunction(n, i -> pointOnCircle(center, radius, i*step)); }