|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmri.v3ds.Vertex3ds
public class Vertex3ds
X,Y,Z vertex.
| Field Summary | |
|---|---|
float |
X
X coordinate. |
float |
Y
Y coordinate. |
float |
Z
Z coordinate. |
| Constructor Summary | |
|---|---|
Vertex3ds(float x,
float y,
float z)
Constructor, initialising the Z,Y,Z coordinates. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a String object representing this Vertex3ds's value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float X
public float Y
public float Z
| Constructor Detail |
|---|
public Vertex3ds(float x,
float y,
float z)
| 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 | |||||||||