import java.applet.Applet; import java.awt.event.*; import java.awt.*; import java.awt.geom.*; public class GoldenPolyhedron { GoldenVector[] V=new GoldenVector[20]; int count; public GoldenPolyhedron() {} /**constructs a GoldenPolyhedron from an nX4 list of integers**/ public GoldenPolyhedron(int[][] A) { this.count=A.length; for(int i=0;i