Uses of Class
simogl.texture.TextureCoordinate

Packages that use TextureCoordinate
simogl.geometry   
 

Uses of TextureCoordinate in simogl.geometry
 

Methods in simogl.geometry that return TextureCoordinate
 TextureCoordinate Triangle.getTexCoordVertex1()
          Returs the texture coordinate of vertex1
 TextureCoordinate Triangle.getTexCoordVertex2()
          Returs the texture coordinate of vertex2
 TextureCoordinate Triangle.getTexCoordVertex3()
          Returs the texture coordinate of vertex3