Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ multiplyRight
Method
multiplyRight
docs/app/js/sanddance-app.js:72259–72262 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
72257
return
this.check();
72258
}
72259
multiplyRight(a) {
72260
_mat4.multiply(this, this, a);
72261
return
this.check();
72262
}
72263
rotateX(radians) {
72264
_mat4.rotateX(this, this, radians);
72265
return
this.check();
Callers
nothing calls this directly
Calls
2
multiply
Method · 0.45
check
Method · 0.45
Tested by
no test coverage detected