com.loader
Class TextureCoordinate

java.lang.Object
  extended by com.loader.TextureCoordinate

public class TextureCoordinate
extends java.lang.Object


Constructor Summary
TextureCoordinate()
           
 
Method Summary
 float getU()
           
 float getV()
           
 float getW()
           
 void setU(float u)
           
 void setV(float v)
           
 void setW(float w)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureCoordinate

public TextureCoordinate()
Method Detail

getU

public float getU()

setU

public void setU(float u)

getV

public float getV()

setV

public void setV(float v)

getW

public float getW()

setW

public void setW(float w)