maspack.geometry
Class PolygonVertex3d

java.lang.Object
  extended by maspack.geometry.PolygonVertex3d

public class PolygonVertex3d
extends java.lang.Object


Field Summary
 PolygonVertex3d next
           
 Point3d pnt
           
 PolygonVertex3d prev
           
 
Constructor Summary
PolygonVertex3d()
           
PolygonVertex3d(double x, double y, double z)
           
PolygonVertex3d(Point3d p)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public PolygonVertex3d next

prev

public PolygonVertex3d prev

pnt

public Point3d pnt
Constructor Detail

PolygonVertex3d

public PolygonVertex3d()

PolygonVertex3d

public PolygonVertex3d(double x,
                       double y,
                       double z)

PolygonVertex3d

public PolygonVertex3d(Point3d p)