public class Vector2 extends Object
double
x
y
Vector2()
Vector2(double x, double y)
distance(Vector2 p)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public double x
public double y
public Vector2()
public Vector2(double x, double y)
public double distance(Vector2 p)
public String toString()
toString
Object
Copyright © 2019. All rights reserved.