TangentHeadingPath

data class TangentHeadingPath(val posPath: PositionPath<Arclength>, val offset: Double = 0.0) : HeadingPath

Constructors

Link copied to clipboard
constructor(posPath: PositionPath<Arclength>, offset: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun get(s: Double, n: Int): Rotation2dDual<Arclength>
Link copied to clipboard
open override fun length(): Double