|
|
let position = predictionToCoordinate(value, fullSize: fullSize, index: index)
|
|
let position = predictionToCoordinate(value, fullSize: fullSize, index: index)
|
|
|
return CGRect(x: position.x - 2, y: position.y - 2, width: 4, height: 4)
|
|
return CGRect(x: position.x - 2, y: position.y - 2, width: 4, height: 4)
|