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:72094–72096 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
72092
return
this.copy(IDENTITY_MATRIX);
72093
}
72094
fromObject(object) {
72095
return
this.check();
72096
}
72097
fromQuaternion(quaternion) {
72098
_mat4.fromQuat(this, quaternion);
72099
return
this.check();
Callers
nothing calls this directly
Calls
1
check
Method · 0.45
Tested by
no test coverage detected