Method Summary |
|
public boolean | equals(Object obj) Tests this vector for equality with an arbitrary object.
Parameters: obj - the object (null not permitted). |
public double | getAngle() Returns the angle of the vector. |
public double | getLength() Returns the length of the vector. |
public double | getX() Returns the x-value. |
public double | getY() Returns the y-value. |
public int | hashCode() Returns a hash code for this instance. |