QuinticSpline2dInternal
@Serializable
@SerialName(value = "QuinticSpline2d")
Path comprised of two QuinticSpline1ds.
Functions
Link copied to clipboard
Evaluates the path at the beginning (parameter = 0).
Link copied to clipboard
Evaluates the path at the end (parameter = length).
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.