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

Method addRot

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

Source from the content-addressed store, hash-verified

247 }
248
249 addRot(dx, dy) {
250 this.currentMethod.addRot(dx, dy);
251 this.currentMethod.updateReferences();
252 }
253
254 addMove(dx, dy) {
255 this.currentMethod.addMove(dx, dy);

Callers 1

mouseListenerFunction · 0.45

Calls 1

updateReferencesMethod · 0.80

Tested by

no test coverage detected