Package | Description |
---|---|
pInclude |
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2D.add(Point2D p) |
Point2D |
Vector2D.getVectorAsPoint2D() |
Point2D |
Point2D.subtract(Point2D p) |
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2D.add(Point2D p) |
boolean |
Point2D.equals(Point2D p) |
float |
Point2D.getDistance(Point2D p) |
Point2D |
Point2D.subtract(Point2D p) |
Constructor and Description |
---|
Vector2D(Point2D p) |
Vector2D(Point2D source,
Point2D end) |