MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / from

Method from

examples/extern/gmath.bundle.js:1012–1014  ·  view source on GitHub ↗
(c0r0, c0r1, c0r2, c1r0, c1r1, c1r2, c2r0, c2r1, c2r2)

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected