com.ctreber.acearth.util
Class Polygon
java.lang.Object
com.ctreber.acearth.util.Polygon
public class Polygon
- extends Object
A polygon in a 3 axis space.
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
Field Summary |
static int |
LAND
|
static int |
WATER
|
LAND
public static final int LAND
- See Also:
- Constant Field Values
WATER
public static final int WATER
- See Also:
- Constant Field Values
Polygon
public Polygon(int pType,
Point3D[] pPoints)
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
Copyright © 2013. All Rights Reserved.