|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.geometry.Feature
maspack.geometry.Vertex2d
public class Vertex2d
Field Summary | |
---|---|
Vertex2d |
next
|
Point2d |
pnt
|
Vertex2d |
prev
|
Fields inherited from class maspack.geometry.Feature |
---|
CELL, EDGE, FACE, FACET, HALF_EDGE, TYPE_MASK, UNKNOWN, VERTEX_2D, VERTEX_3D, VISITED |
Constructor Summary | |
---|---|
Vertex2d()
|
|
Vertex2d(double x,
double y)
|
|
Vertex2d(Point2d p)
|
Method Summary |
---|
Methods inherited from class maspack.geometry.Feature |
---|
checkFlag, clearFlag, clearVisited, getType, getTypeName, isVisited, setFlag, setVisited, voronoiCheck |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Vertex2d next
public Vertex2d prev
public Point2d pnt
Constructor Detail |
---|
public Vertex2d()
public Vertex2d(double x, double y)
public Vertex2d(Point2d p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |