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

Function cross

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

Source from the content-addressed store, hash-verified

454}
455
456function cross(a, b) {
457 return [
458 a[1] * b[2] - a[2] * b[1],
459 a[2] * b[0] - a[0] * b[2],
460 a[0] * b[1] - a[1] * b[0]
461 ];
462}
463
464// Like d3.dispatch, but for custom events abstracting native UI events. These
465// events have a target component (such as a brush), a target element (such as

Callers 1

rotateBetweenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…