|
mri.v3ds v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--mri.v3ds.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 |
clone, equals, finalize, 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
|
mri.v3ds v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||