public class Polygon extends 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() |
String |
toString() |
public static final int LAND
public static final int WATER
public Polygon(int pType,
Point3D[] pPoints)
Copyright © 2017. All rights reserved.