Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ fromObject
Method
fromObject
docs/app/js/sanddance-app.js:75618–75620 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
75616
return
this.set(roll, pitch, yaw, Euler.RollPitchYaw);
75617
}
75618
fromObject(object) {
75619
throw
new
Error(
"not implemented"
);
75620
}
75621
copy(array) {
75622
this[0] = array[0];
75623
this[1] = array[1];
Callers
1
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected