MCPcopy Index your code
hub / github.com/microsoft/SandDance / projection1

Function projection1

docs/app/js/sanddance-app.js:133909–133911  ·  view source on GitHub ↗
(point)

Source from the content-addressed store, hash-verified

133907function projectionMutator(projectAt) {
133908 var project, k = 150, x = 480, y = 250, lambda = 0, phi = 0, deltaLambda = 0, deltaPhi = 0, deltaGamma = 0, rotate, alpha = 0, sx = 1, sy = 1, theta = null, preclip = (0, _antimeridianJsDefault.default), x0 = null, y0, x1, y1, postclip = (0, _identityJsDefault.default), delta2 = 0.5, projectResample, projectTransform, projectRotateTransform, cache, cacheStream;
133909 function projection1(point) {
133910 return projectRotateTransform(point[0] * (0, _mathJs.radians), point[1] * (0, _mathJs.radians));
133911 }
133912 function invert(point) {
133913 point = projectRotateTransform.invert(point[0], point[1]);
133914 return point && [

Callers 1

createFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected