EstimatedGaitOutcomes

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)

Properties

Link copied to clipboard
val leftStepLengths: SincMatrix
Link copied to clipboard
val leftStepTimes: SincMatrix
Link copied to clipboard
val rightStepLengths: SincMatrix
Link copied to clipboard
val rightStepTimes: SincMatrix
Link copied to clipboard
val stepLengths: SincMatrix
Link copied to clipboard
val stepTimes: SincMatrix
Link copied to clipboard