MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / addMove

Method addMove

viewer/public/js/ViewControls.js:254–257  ·  view source on GitHub ↗
(dx, dy)

Source from the content-addressed store, hash-verified

252 }
253
254 addMove(dx, dy) {
255 this.currentMethod.addMove(dx, dy);
256 this.currentMethod.updateReferences();
257 }
258
259 addZoom(dz) {
260 this.currentMethod.addZoom(dz);

Callers 1

mouseListenerFunction · 0.45

Calls 1

updateReferencesMethod · 0.80

Tested by

no test coverage detected