igeo.gui
Class IGLQuadMatrix
java.lang.Object
igeo.gui.IGLElement
igeo.gui.IGLQuadMatrix
public class IGLQuadMatrix
- extends IGLElement
Objectified OpenGL drawing process of matrix of quad geometries by quad strips.
Methods inherited from class igeo.gui.IGLElement |
addPoint, addPoint, drawPoints, finalizePoint, getNum, num, setNormal, setNormal, setNormalNum, setPoint, setPoint, setPointNum |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
public int width
height
public int height
IGLQuadMatrix
public IGLQuadMatrix()
IGLQuadMatrix
public IGLQuadMatrix(int width,
int height)
IGLQuadMatrix
public IGLQuadMatrix(IVec[][] ptmatrix)
IGLQuadMatrix
public IGLQuadMatrix(IVec[][] ptmatrix,
IVec[][] normalMatrix)
width
public int width()
height
public int height()
setPoint
public void setPoint(int x,
int y,
IVec pt)
setPoint
public void setPoint(int x,
int y,
IVec pt,
IVec nrm)
draw
public void draw(javax.media.opengl.GL gl)
- Specified by:
draw
in class IGLElement