|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimogl.texture.TextureCoordinate
public class TextureCoordinate
This class represents texture coordinates for a triangle
| Constructor Summary | |
|---|---|
TextureCoordinate(float s,
float t)
Creates a new texture coordinate |
|
| Method Summary | |
|---|---|
float |
getS()
Returns s-coordinate |
float |
getT()
Returns t-coordinate |
void |
setS(float s)
Sets the s-coordinate |
void |
setT(float t)
Sets the t-coordinate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextureCoordinate(float s,
float t)
s - s-coordinatet - t-coordinate| Method Detail |
|---|
public float getS()
public void setS(float s)
s - s-coordinatepublic float getT()
public void setT(float t)
t - t-coordinate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||