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:71121–71123 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
71119
return
this.copy(IDENTITY_MATRIX);
71120
}
71121
fromObject(object) {
71122
return
this.check();
71123
}
71124
fromQuaternion(q) {
71125
_mat3.fromQuat(this, q);
71126
return
this.check();
Callers
nothing calls this directly
Calls
1
check
Method · 0.45
Tested by
no test coverage detected