HermitePath

class HermitePath(headingController: HeadingController, controlPoses: Pose) : Path

Constructors

Link copied to clipboard
fun HermitePath(headingController: HeadingController, vararg controlPoses: Pose)

Inherited properties

Link copied to clipboard
val end: Pose
Link copied to clipboard
val length: Double
Link copied to clipboard
val start: Pose

Functions

Link copied to clipboard
fun flip(): HermitePath

Inherited functions

Link copied to clipboard
operator fun get(s: Double, n: Int = 0): Pose
Link copied to clipboard
fun project(p: Vector, pGuess: Double = length / 2.0): Double