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

Function pointLine

external/.d3.js:10749–10751  ·  view source on GitHub ↗
(lambda, phi)

Source from the content-addressed store, hash-verified

10747 }
10748
10749 function pointLine(lambda, phi) {
10750 line.point(lambda, phi);
10751 }
10752
10753 function lineStart() {
10754 clip.point = pointLine;

Callers

nothing calls this directly

Calls 1

pointMethod · 0.45

Tested by

no test coverage detected