TrajectorySegment

Generic trajectory segment.

Inheritors

Functions

Link copied to clipboard
abstract fun acceleration(time: Double): Pose2d
Link copied to clipboard
abstract fun deriv(time: Double): Pose2d
Link copied to clipboard
abstract fun distance(time: Double): Double
Link copied to clipboard
abstract fun duration(): Double
Link copied to clipboard
abstract fun end(): Pose2d
Link copied to clipboard
abstract operator fun get(time: Double): Pose2d
Link copied to clipboard
abstract fun length(): Double
Link copied to clipboard
abstract fun secondDeriv(time: Double): Pose2d
Link copied to clipboard
abstract fun start(): Pose2d
Link copied to clipboard
abstract fun velocity(time: Double): Pose2d