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

Method addMove

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

Source from the content-addressed store, hash-verified

37 }
38
39 addMove(dx, dy) {
40 this.updateCallback(-dx * this.SENSI_MOVE, -dy * this.SENSI_MOVE, 0, 0);
41 }
42 addRot(dx, dy) {
43 this.updateCallback(0, 0, dx * this.SENSI_ROT, -dy * this.SENSI_ROT);
44 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected