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 |
---|---|
double |
deriv(double displacement)
Returns the heading derivative at the specified displacement.
|
double |
get(double displacement)
Returns the heading at the specified displacement.
|
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 . |
double |
secondDeriv(double displacement)
Returns the heading second derivative at the specified displacement.
|
deriv, end, endDeriv, endSecondDeriv, get, getParametricCurve, init, respectsDerivativeContinuity, 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
public double get(double displacement)
Returns the heading at the specified displacement.
public double deriv(double displacement)
Returns the heading derivative at the specified displacement.
public double secondDeriv(double displacement)
Returns the heading second derivative at the specified displacement.