public class ConstantInterpolator
extends HeadingInterpolator
Constant heading interpolator used for arbitrary holonomic translations.
parametricCurve| Constructor and Description |
|---|
ConstantInterpolator(double heading)
Constant heading interpolator used for arbitrary holonomic translations.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getHeading()
heading to maintain
|
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, startSecondDerivpublic ConstantInterpolator(double heading)
Constant heading interpolator used for arbitrary holonomic translations.
heading - heading to maintainpublic 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 TangentInterpolatorclass TangentInterpolatorprotected double internalGet(double s,
double t)
protected double internalDeriv(double s,
double t)
protected double internalSecondDeriv(double s,
double t)
public double getHeading()
heading to maintain