public static class QuinticSplineSegment.Waypoint
Class for representing the end points of interpolated quintic splines.
| Constructor and Description |
|---|
Waypoint(double x,
double y,
double dx,
double dy,
double d2x,
double d2y)
Class for representing the end points of interpolated quintic splines.
|
Waypoint(double x,
double y,
double dx,
double dy,
double d2x)
Class for representing the end points of interpolated quintic splines.
|
Waypoint(double x,
double y,
double dx,
double dy)
Class for representing the end points of interpolated quintic splines.
|
Waypoint(double x,
double y,
double dx)
Class for representing the end points of interpolated quintic splines.
|
Waypoint(double x,
double y)
Class for representing the end points of interpolated quintic splines.
|
| Modifier and Type | Method and Description |
|---|---|
Vector2d |
deriv() |
double |
getD2x() |
double |
getD2y() |
double |
getDx() |
double |
getDy() |
double |
getX() |
double |
getY() |
Vector2d |
pos() |
Vector2d |
secondDeriv() |
public Waypoint(double x,
double y,
double dx,
double dy,
double d2x,
double d2y)
Class for representing the end points of interpolated quintic splines.
public Waypoint(double x,
double y,
double dx,
double dy,
double d2x)
Class for representing the end points of interpolated quintic splines.
public Waypoint(double x,
double y,
double dx,
double dy)
Class for representing the end points of interpolated quintic splines.
public Waypoint(double x,
double y,
double dx)
Class for representing the end points of interpolated quintic splines.
public Waypoint(double x,
double y)
Class for representing the end points of interpolated quintic splines.