Estimated Gait Outcomes
data class EstimatedGaitOutcomes(val symIndex: Double, val stepLengths: SincMatrix, val leftStepLengths: SincMatrix, val rightStepLengths: SincMatrix, val stepTimes: SincMatrix, val leftStepTimes: SincMatrix, val rightStepTimes: SincMatrix)
Constructors
Link copied to clipboard
constructor(symIndex: Double, stepLengths: SincMatrix, leftStepLengths: SincMatrix, rightStepLengths: SincMatrix, stepTimes: SincMatrix, leftStepTimes: SincMatrix, rightStepTimes: SincMatrix)