Package | Description |
---|---|
ccs.graph |
Modifier and Type | Method and Description |
---|---|
Vector2D |
Vector2D.add(Vector2D that) |
Vector2D |
Vector2D.divide(double k) |
Vector2D |
Vector2D.inverse() |
Vector2D |
Point2D.minus(Point2D that) |
Vector2D |
Vector2D.minus(Vector2D that) |
Vector2D |
Vector2D.multiply(double k) |
Modifier and Type | Method and Description |
---|---|
Vector2D |
Vector2D.add(Vector2D that) |
Point2D |
Point2D.add(Vector2D v) |
double |
Vector2D.angle(Vector2D that) |
double |
Vector2D.innerProduct(Vector2D that) |
Vector2D |
Vector2D.minus(Vector2D that) |