public class WayPoint
extends java.lang.Object
Constructor and Description |
---|
WayPoint() |
WayPoint(WayPoint prev,
double speed,
double smax,
double tightness,
double... position) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
open() |
void |
put(double[] p) |
public WayPoint()
public WayPoint(WayPoint prev, double speed, double smax, double tightness, double... position)