MCPcopy
hub / github.com/microsoft/SandDance / negate

Method negate

docs/app/js/sanddance-app.js:69299–69302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69297 return true;
69298 }
69299 negate() {
69300 for(let i = 0; i < this.ELEMENTS; ++i)this[i] = -this[i];
69301 return this.check();
69302 }
69303 lerp(a, b, t) {
69304 if (t === undefined) return this.lerp(this, a, b);
69305 for(let i = 0; i < this.ELEMENTS; ++i){

Callers 6

_loopFunction · 0.45
createShadowUniformsFunction · 0.45
getViewMatrixFunction · 0.45
sanddance-app.jsFile · 0.45
getFrustumPlanesFunction · 0.45

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected