davidedmundson added inline comments.

INLINE COMMENTS

> FullRepresentation.qml:438
> +            var dy  = (mouse.y - oldPos.y);
> +            var manhattanLength = Math.sqrt(dx * dx + dy * dy);
> +

that's normal length.

Manhattan would be dx+dy

As in the distance to walk to another place in the city using only roads in a 
block shaped city such as Manhattan.

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D13192

To: hein, ngraham, davidedmundson, rkflx, cfeck
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart

Reply via email to