Uses of Class
gzz.gfx.gl.GL.TexRect

Packages that use GL.TexRect
gzz.gfx.gl   
 

Uses of GL.TexRect in gzz.gfx.gl
 

Methods in gzz.gfx.gl that return GL.TexRect
static GL.TexRect GL.createTexRect(GL.Image img)
          Create a new TexRect by loading the given image into a mosaic tile.
 

Methods in gzz.gfx.gl with parameters of type GL.TexRect
static GLRen.SmoothConnector GLRen.createSmoothConnector(GL.TexRect imgstart, float startb, GL.TexRect imgend, float endb, float x1l, float y1l, float x1r, float y1r, float x1li, float y1li, float x1ri, float y1ri, float x2l, float y2l, float x2r, float y2r, float x2li, float y2li, float x2ri, float y2ri, float eps)
           
static GLRen.SmoothConnector GLRen.createSmoothConnector(GL.TexRect imgstart, float startb, GL.TexRect imgend, float endb, float x1l, float y1l, float x1r, float y1r, float x1li, float y1li, float x1ri, float y1ri, float x2l, float y2l, float x2r, float y2r, float x2li, float y2li, float x2ri, float y2ri, float eps)