MCPcopy Create free account
hub / github.com/microsoft/SandDance / rotate

Method rotate

docs/app/js/sanddance-app.js:71171–71174  ·  view source on GitHub ↗
(radians)

Source from the content-addressed store, hash-verified

71169 return this.check();
71170 }
71171 rotate(radians) {
71172 _mat3.rotate(this, this, radians);
71173 return this.check();
71174 }
71175 scale(factor) {
71176 if (Array.isArray(factor)) _mat3.scale(this, this, factor);
71177 else _mat3.scale(this, this, [

Callers 9

rotateAxisMethod · 0.45
sanddance-app.jsFile · 0.45
draw2Function · 0.45
path$1Function · 0.45
boundFunction · 0.45
drawFunction · 0.45
reclipFunction · 0.45
cloudSpriteFunction · 0.45
transformFunction · 0.45

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected