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

Method multiplyLeft

docs/app/js/sanddance-app.js:71163–71166  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

71161 return this.check();
71162 }
71163 multiplyLeft(a) {
71164 _mat3.multiply(this, a, this);
71165 return this.check();
71166 }
71167 multiplyRight(a) {
71168 _mat3.multiply(this, this, a);
71169 return this.check();

Callers 1

WebMercatorViewport1Function · 0.45

Calls 2

multiplyMethod · 0.45
checkMethod · 0.45

Tested by

no test coverage detected