Class Polygon

java.lang.Object
ext.plantuml.com.ctreber.acearth.util.Polygon

public class Polygon extends Object

A polygon in a 3 axis space.

© 2002 Christian Treber, [email protected]

  • Field Details

  • Constructor Details

    • Polygon

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

    • getType

      public int getType()
    • getPoints

      public Point3D[] getPoints()
    • getPoint

      public Point3D getPoint(int pIndex)
    • getSize

      public int getSize()
    • toString

      public String toString()
      Overrides:
      toString in class Object