Sha256: 917f89078c2aa4c41081e15a4b073d5357ac74bdd30a077cdb43eed08aaa0985
Contents?: true
Size: 325 Bytes
Versions: 5
Compression:
Stored size: 325 Bytes
Contents
import "azimuthal"; import "geo"; import "projection"; var d3_geo_stereographic = d3_geo_azimuthal( function(cosλcosφ) { return 1 / (1 + cosλcosφ); }, function(ρ) { return 2 * Math.atan(ρ); } ); (d3.geo.stereographic = function() { return d3_geo_projection(d3_geo_stereographic); }).raw = d3_geo_stereographic;
Version data entries
5 entries across 5 versions & 3 rubygems