(c0r0, c0r1, c0r2, c1r0, c1r1, c1r2, c2r0, c2r1, c2r2)
| 1010 | this.#internal[8] = val.z; |
| 1011 | } |
| 1012 | static from(c0r0, c0r1, c0r2, c1r0, c1r1, c1r2, c2r0, c2r1, c2r2) { |
| 1013 | return new Matrix3(new Vector3(c0r0, c0r1, c0r2), new Vector3(c1r0, c1r1, c1r2), new Vector3(c2r0, c2r1, c2r2)); |
| 1014 | } |
| 1015 | static identity() { |
| 1016 | return Matrix3.from(1, 0, 0, 0, 1, 0, 0, 0, 1); |
| 1017 | } |
nothing calls this directly
no outgoing calls
no test coverage detected