Estimated Step Lengths
data class EstimatedStepLengths(val stepLengths: SincMatrix, val leftStepLengths: SincMatrix, val rightStepLengths: SincMatrix, val distance: Double)
Constructors
Link copied to clipboard
constructor(stepLengths: SincMatrix, leftStepLengths: SincMatrix, rightStepLengths: SincMatrix, distance: Double)