openArena.werte
Class Vektor

java.lang.Object
  |
  +--openArena.werte.Vektor

public class Vektor
extends java.lang.Object

relative Positionsangaben. Z.B. für das Laufen oder Teilen


Field Summary
 int x
           Represents ...
 int y
           Represents ...
 
Constructor Summary
Vektor()
           
Vektor(int _x, int _y)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x

Represents ...


y

public int y

Represents ...

Constructor Detail

Vektor

public Vektor(int _x,
              int _y)

Vektor

public Vektor()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object