Quintic Spline2d Internal
data class QuinticSpline2dInternal(val x: QuinticSpline1d, val y: QuinticSpline1d) : PositionPath<Internal>
Path comprised of two QuinticSpline1ds.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a PosePath using this path for position and constant heading.
Link copied to clipboard
Creates a PosePath using this path for position and a linear interpolation between startHeading and endHeading for heading.
Link copied to clipboard
Creates a PosePath using this path for position and a linear interpolation between startHeading and endHeading for heading.
Link copied to clipboard
Creates a PosePath using this path for position and its tangent for heading.