Position Path View
data class PositionPathView<Param>(val path: PositionPath<Param>, val offset: Double, val length: Double) : PositionPath<Param>
Properties
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.