public class TangentInterpolator
extends HeadingInterpolator
Tangent (system) interpolator for tank/differential and other nonholonomic drives.
parametricCurve
Constructor and Description |
---|
TangentInterpolator()
Tangent (system) interpolator for tank/differential and other nonholonomic drives.
|
Modifier and Type | Method and Description |
---|---|
protected double |
internalDeriv(double s,
double t) |
protected double |
internalGet(double s,
double t) |
protected double |
internalSecondDeriv(double s,
double t) |
boolean |
respectsDerivativeContinuity()
Returns true if the heading interpolator respects derivative continuity at path segment endpoints. That is,
the start and end heading derivatives match those of the
class TangentInterpolator . |
deriv, deriv, end, endDeriv, endSecondDeriv, get, get, getParametricCurve, init, internalDeriv, internalGet, internalSecondDeriv, respectsDerivativeContinuity, secondDeriv, secondDeriv, setParametricCurve, start, startDeriv, startSecondDeriv
public TangentInterpolator()
Tangent (system) interpolator for tank/differential and other nonholonomic drives.
public boolean respectsDerivativeContinuity()
Returns true if the heading interpolator respects derivative continuity at path segment endpoints. That is,
the start and end heading derivatives match those of the class TangentInterpolator
.
class TangentInterpolator
class TangentInterpolator
protected double internalGet(double s, double t)
protected double internalDeriv(double s, double t)
protected double internalSecondDeriv(double s, double t)