EstimatedStepLengths

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)

Properties

Link copied to clipboard
Link copied to clipboard
val leftStepLengths: SincMatrix
Link copied to clipboard
val rightStepLengths: SincMatrix
Link copied to clipboard
val stepLengths: SincMatrix