MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / toTransformation

Function toTransformation

libs/leaflet/leaflet-src.js:1859–1861  ·  view source on GitHub ↗
(a, b, c, d)

Source from the content-addressed store, hash-verified

1857 // `[a: Number, b: Number, c: Number, d: Number]`.
1858
1859 function toTransformation(a, b, c, d) {
1860 return new Transformation(a, b, c, d);
1861 }
1862
1863 /*
1864 * @namespace CRS

Callers 1

leaflet-src.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected