| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Vertex
Interface for a simple indexed vertex in 3D
| Method Summary | |
|---|---|
 float | 
getX()
Returns the x-coordinate of this vertex  | 
 float | 
getY()
Returns the y-coordinate of this vertex  | 
 float | 
getZ()
Returns the z-coordinate of this vertex  | 
 void | 
setX(float x)
Set the x-coordinate of this vertex  | 
 void | 
setY(float y)
Set the y-coordinate of this vertex  | 
 void | 
setZ(float z)
Set the z-coordinate of this vertex  | 
| Methods inherited from interface de.javagl.simplemesh.Indexed | 
|---|
getIndex | 
| Method Detail | 
|---|
float getX()
float getY()
float getZ()
void setX(float x)
x - The x-coordinate of this vertexvoid setY(float y)
y - The y-coordinate of this vertexvoid setZ(float z)
z - The z-coordinate of this vertex
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||