Uses of Class
gzz.gfx.gl.GLVobCoorder

Packages that use GLVobCoorder
gzz.gfx.gl   
 

Uses of GLVobCoorder in gzz.gfx.gl
 

Methods in gzz.gfx.gl with parameters of type GLVobCoorder
 void GLVobCoorder.renderInterp(GraphicsAPI.RenderingSurface into, GLVobMap theVobs, int[] csinds, GLVobCoorder other, float fract, boolean standardcoords, boolean showFinal)
           
 void GLVobCoorder.renderInterp(GL.RenderingSurface into, GLVobMap theVobs, int[] csinds, GLVobCoorder other, float fract, boolean standardcoords, boolean showFinal)
           
 boolean GLVobCoorder.transformPoints3_interp(int[] interpList, GLVobCoorder other, float fract, boolean show1, int withCS, float[] points, float[] into)
           
 boolean GLVobCoorder.inverseTransformPoints3_interp(int[] interpList, GLVobCoorder other, float fract, boolean show1, int withCS, float[] points, float[] into)