import java.awt.*; public class Polys{ // // rot // public static Polygon rotoff(Polygon pl, Point o, Point prevV, Point nextV){ Polygon re = new Polygon(); for(int i=0;i