class Vertex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float[] |
color |
java.awt.geom.Point2D |
point |
Constructor and Description |
---|
Vertex(java.awt.geom.Point2D p,
float[] c) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |