codeanticode.glgraphics
Class GLTexturedPoint

java.lang.Object
  extended by codeanticode.glgraphics.GLTexturedPoint

public class GLTexturedPoint
extends java.lang.Object


Field Summary
 float u
           
 float v
           
 float x
           
 float y
           
 
Constructor Summary
GLTexturedPoint()
           
GLTexturedPoint(float x, float y, float u, float v)
           
 
Method Summary
 void genTexCoords(int w, int h)
           
 void scaleCoords(int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

v

public float v

u

public float u
Constructor Detail

GLTexturedPoint

public GLTexturedPoint()

GLTexturedPoint

public GLTexturedPoint(float x,
                       float y,
                       float u,
                       float v)
Method Detail

scaleCoords

public void scaleCoords(int w,
                        int h)

genTexCoords

public void genTexCoords(int w,
                         int h)