TimeProfile

data class TimeProfile @JvmOverloads constructor(val dispProfile: DisplacementProfile, val times: List<Double> = timeScan(dispProfile))

Acceleration-limited motion profile parameterized by time.

Parameters

dispProfile

displacement profile

times

time offsets of each displacement sample, starting at 0.0

Constructors

Link copied to clipboard
constructor(dispProfile: DisplacementProfile, times: List<Double> = timeScan(dispProfile))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun get(t: Double): DualNum<Time>
Link copied to clipboard