public class PolylineFollower
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
angle |
double |
currentRemainingLength |
int |
currentSegment |
double |
length |
int |
numSegments |
Polyline |
polyline |
double |
segmentEndX |
double |
segmentEndY |
double |
segmentStartX |
double |
segmentStartY |
double |
x |
double |
y |
| Constructor and Description |
|---|
PolylineFollower(Polyline polly) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(double distance) |
public Polyline polyline
public double x
public double y
public double angle
public int currentSegment
public int numSegments
public double currentRemainingLength
public double segmentStartX
public double segmentStartY
public double segmentEndX
public double segmentEndY
public double length
public PolylineFollower(Polyline polly)