|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmri.v3ds.TexCoord3ds
public class TexCoord3ds
Texture mapping U,V coordinate.
| Field Summary | |
|---|---|
float |
U
Texture mapping U coordinate. |
float |
V
Texture mapping V coordinate. |
| Constructor Summary | |
|---|---|
TexCoord3ds(float u,
float v)
Constructor, initialising the U,V coordinates. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a String object representing this TexCoord3ds's value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float U
public float V
| Constructor Detail |
|---|
public TexCoord3ds(float u,
float v)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||