(m00, m01, m02, m10, m11, m12, m20, m21, m22)
| 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 | } |
no test coverage detected