MCPcopy Create free account
hub / github.com/plotly/plotly.js / dot

Function dot

src/plots/geo/zoom.js:450–454  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

448}
449
450function dot(a, b) {
451 var s = 0;
452 for(var i = 0, n = a.length; i < n; ++i) s += a[i] * b[i];
453 return s;
454}
455
456function cross(a, b) {
457 return [

Callers 3

rotateBetweenFunction · 0.70
lib_test.jsFile · 0.50
polygon.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected