MCPcopy Index your code
hub / github.com/plotly/plotly.js / homography

Function homography

src/traces/surface/convert.js:323–326  ·  view source on GitHub ↗
(dest, src, X)

Source from the content-addressed store, hash-verified

321}
322
323function homography(dest, src, X) {
324 warp(dest, src, fnHomography, X);
325 return dest;
326}
327
328// based on Mikola Lysenko's ndarray-warp
329// see https://github.com/scijs/ndarray-warp

Callers 1

convert.jsFile · 0.85

Calls 1

warpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…