MCPcopy Create free account
hub / github.com/breck7/scroll / pointRadians

Function pointRadians

external/.d3.js:11469–11471  ·  view source on GitHub ↗
(point)

Source from the content-addressed store, hash-verified

11467}
11468
11469function pointRadians(point) {
11470 return [point[0] * radians, point[1] * radians];
11471}
11472
11473function contains$1(object, point) {
11474 return (object && containsObjectType.hasOwnProperty(object.type)

Callers 1

containsPolygonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected