mri.v3ds
Class Vertex3ds

java.lang.Object
  extended by mri.v3ds.Vertex3ds

public class Vertex3ds
extends java.lang.Object

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

X

public float X
X coordinate.


Y

public float Y
Y coordinate.


Z

public float Z
Z coordinate.

Constructor Detail

Vertex3ds

public Vertex3ds(float x,
                 float y,
                 float z)
Constructor, initialising the Z,Y,Z coordinates.

Method Detail

toString

public java.lang.String toString()
Returns a String object representing this Vertex3ds's value.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this object.