public class Vector2D extends Object
| Constructor and Description |
|---|
Vector2D(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
double |
distance(Vector2D that) |
double |
distanceSq(Vector2D that) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.