| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.direction() |
Vector |
Body.forceFrom(Body b) |
Vector |
Vector.minus(Vector that) |
Vector |
Vector.plus(Vector that) |
Vector |
Vector.times(double factor) |
| Modifier and Type | Method and Description |
|---|---|
double |
Vector.distanceTo(Vector that) |
double |
Vector.dot(Vector that) |
Vector |
Vector.minus(Vector that) |
void |
Body.move(Vector f,
double dt) |
Vector |
Vector.plus(Vector that) |
| Constructor and Description |
|---|
Body(Vector r,
Vector v,
double mass) |
Copyright © 2014. All Rights Reserved.