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

Method multiplyLeft

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

Source from the content-addressed store, hash-verified

74782 return this.check();
74783 }
74784 multiplyLeft(a) {
74785 _quat.multiply(this, a, this);
74786 return this.check();
74787 }
74788 normalize() {
74789 const length = this.len();
74790 const l = length > 0 ? 1 / length : 0;

Callers 1

premultiplyMethod · 0.95

Calls 2

multiplyMethod · 0.45
checkMethod · 0.45

Tested by

no test coverage detected