Class Polyhedron

    • Field Detail

      • points

        public java.util.ArrayList<Point3D> points
    • Constructor Detail

      • Polyhedron

        public Polyhedron()
      • Polyhedron

        public Polyhedron​(java.util.ArrayList<Point3D> points)
      • Polyhedron

        public Polyhedron​(java.util.ArrayList<Point3D> list,
                          TextureCol tColor)