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

Method setRowMajor

docs/app/js/sanddance-app.js:71140–71151  ·  view source on GitHub ↗
(m00, m01, m02, m10, m11, m12, m20, m21, m22)

Source from the content-addressed store, hash-verified

71138 return this.check();
71139 }
71140 setRowMajor(m00, m01, m02, m10, m11, m12, m20, m21, m22) {
71141 this[0] = m00;
71142 this[1] = m10;
71143 this[2] = m20;
71144 this[3] = m01;
71145 this[4] = m11;
71146 this[5] = m21;
71147 this[6] = m02;
71148 this[7] = m12;
71149 this[8] = m22;
71150 return this.check();
71151 }
71152 determinant() {
71153 return _mat3.determinant(this);
71154 }

Callers 1

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected