| Package | Description |
|---|---|
| ca.uwaterloo.epad.painting |
| Modifier and Type | Method and Description |
|---|---|
StrokePoint |
Stroke.getLastPoint() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<StrokePoint> |
Stroke.getPath() |
| Modifier and Type | Method and Description |
|---|---|
float |
StrokePoint.dist(StrokePoint p)
Find the distance between two points.
|