|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleGeometry
A Geometry that consists of a rectangular grid of points.
Method Summary | |
---|---|
int |
getNumPointsX()
Returns the number of vertices of this Geometry in x-direction |
int |
getNumPointsY()
Returns the number of vertices of this Geometry in y-direction |
void |
getVertex(int x,
int y,
javax.vecmath.Tuple3f vertex)
Store the coordinates of the specified vertex in the given tuple |
void |
setVertex(int x,
int y,
javax.vecmath.Tuple3f vertex)
Set the position of the specified vertex. |
Methods inherited from interface de.javagl.swogl.geometry.Geometry |
---|
areTexCoordsModified, areVerticesModified, getNormal, getNumTriangles, getNumVertices, getTexCoord, getVertex, getVertexIndex, setNormal, setTexCoord, setTexCoordsModified, setVertex, setVerticesModified |
Method Detail |
---|
int getNumPointsX()
int getNumPointsY()
void getVertex(int x, int y, javax.vecmath.Tuple3f vertex)
x
- The x-index of the vertexy
- The y-index of the vertexvertex
- The position of the vertexvoid setVertex(int x, int y, javax.vecmath.Tuple3f vertex)
x
- The x-index of the vertexy
- The y-index of the vertexvertex
- The position of the vertex
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |