D13192: Implement a triangle filter for mouse events on the Kickoff tabbar
David Edmundson
noreply at phabricator.kde.org
Tue May 29 11:58:23 UTC 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180529/e1eb1890/attachment-0001.html>
More information about the Plasma-devel
mailing list