Class Polygon

    • Constructor Detail

      • Polygon

        public Polygon​(int pType,
                       Point3D[] pPoints)
    • Method Detail

      • getType

        public int getType()
      • getPoints

        public Point3D[] getPoints()
      • getPoint

        public Point3D getPoint​(int pIndex)
      • getSize

        public int getSize()