|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcodeanticode.glgraphics.GLTexturedPoint
public class GLTexturedPoint
| 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 |
|---|
public float x
public float y
public float v
public float u
| Constructor Detail |
|---|
public GLTexturedPoint()
public GLTexturedPoint(float x,
float y,
float u,
float v)
| Method Detail |
|---|
public void scaleCoords(int w,
int h)
public void genTexCoords(int w,
int h)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||