[pointerevents] new commits pushed by patrickhlauke

The following commits were just pushed by patrickhlauke to https://github.com/w3c/pointerevents:

* Fix tilt to sperical calculation.

Fix the calculation when tiltY == +-90.

Moreover, avoid possible problems with comparing (inexact) floating
point values by replacing radian comparisons with corresponding
(integer) degree comparisons.

Also avoided duplicate comparisons by replacing some |if|s with
|else if|s.
  by Mustaq Ahmed
https://github.com/w3c/pointerevents/commit/55a4d42faed97989187b8f9fb0a37af4e0a29e86

* Merge pull request #324 from mustaqahmed/gh-pages

Fix tilt to sperical calculation.
  by Patrick H. Lauke
https://github.com/w3c/pointerevents/commit/86672fe22093346993d54c1a858afb8b646fa338

Received on Monday, 13 July 2020 22:42:02 UTC