createSimpleDisplacementProfile

fun createSimpleDisplacementProfile(length: Double, beginVel: Double, maxVel: (Double) -> Double, maxAccel: (Double) -> Double, resolution: Double): DisplacementProfile

Generates a simple displacement profile with uniform sampling and constant constraints.