public class Polygon
extends java.lang.Object
A polygon in a 3 axis space.
© 2002 Christian Treber, ct@ctreber.com
Modifier and Type | Method and Description |
---|---|
Point3D |
getPoint(int pIndex) |
Point3D[] |
getPoints() |
int |
getSize() |
int |
getType() |
java.lang.String |
toString() |
public static final int LAND
public static final int WATER
public Polygon(int pType, Point3D[] pPoints)