Class GeometryExample


  • public class GeometryExample
    extends Object
    Simple example illustrating some parts of the geometry package. TODO: - select tolerance level - allow editing of the point set
    • Constructor Detail

      • GeometryExample

        public GeometryExample()
    • Method Detail

      • createRandomPoints

        public static List<Vector2D> createRandomPoints​(int size)
      • createCircle

        public static List<Vector2D> createCircle​(int samples)
      • createCanvas

        public static org.piccolo2d.PCanvas createCanvas()
      • main

        public static void main​(String[] argv)