Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PeterFWS/Structure-PLP-SLAM
/ setInitialRot
Method
setInitialRot
viewer/public/js/ViewControls.js:35–37 ·
view source on GitHub ↗
(th, ph, ps)
Source
from the content-addressed store, hash-verified
33
this.updateCallback = func;
34
}
35
setInitialRot(th, ph, ps) {
36
this.th = th; this.ph = ph; this.ps = ps;
37
}
38
39
addMove(dx, dy) {
40
this.updateCallback(-dx * this.SENSI_MOVE, -dy * this.SENSI_MOVE, 0, 0);
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected