public class Vertex
extends java.lang.Object
| Constructor and Description |
|---|
Vertex(float x,
float y,
float u,
float v,
int color) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColor() |
float |
getU() |
float |
getV() |
float |
getX() |
float |
getY() |
java.lang.String |
toString() |