Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mouseListener
Function · 0.45
Calls
1
updateReferences
Method · 0.80
Tested by
no test coverage detected