public class PolygonVertex3d
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
PolygonVertex3d |
next |
Point3d |
pnt |
PolygonVertex3d |
prev |
| Constructor and Description |
|---|
PolygonVertex3d() |
PolygonVertex3d(double x,
double y,
double z) |
PolygonVertex3d(Point3d p) |
public PolygonVertex3d next
public PolygonVertex3d prev
public Point3d pnt
public PolygonVertex3d()
public PolygonVertex3d(double x,
double y,
double z)
public PolygonVertex3d(Point3d p)