summaryrefslogtreecommitdiff
path: root/src/rotation.js
diff options
context:
space:
mode:
authorAbhijith Sheheer <abhijithsheheer@gmail.com>2019-12-08 22:21:53 +0530
committerAbhijith Sheheer <abhijithsheheer@gmail.com>2019-12-08 22:21:53 +0530
commit135260ac27efe9cd9a6cfbe21405af7da3c12733 (patch)
tree6eae1215b31e7cc66faa5fd6572f5bc528aeefd3 /src/rotation.js
parent5eaf1af6fb8026f362ce6ae0695b74ba1c8bf0fd (diff)
New upstream version 1.11.9
Diffstat (limited to 'src/rotation.js')
-rw-r--r--src/rotation.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rotation.js b/src/rotation.js
index 4e3ead6..4e2def3 100644
--- a/src/rotation.js
+++ b/src/rotation.js
@@ -1,5 +1,5 @@
-import compose from "./compose";
-import {abs, asin, atan2, cos, degrees, pi, radians, sin, tau} from "./math";
+import compose from "./compose.js";
+import {abs, asin, atan2, cos, degrees, pi, radians, sin, tau} from "./math.js";
function rotationIdentity(lambda, phi) {
return [abs(lambda) > pi ? lambda + Math.round(-lambda / tau) * tau : lambda, phi];