| 254 | const matrix4add = instance.exports.matrix4add; |
| 255 | const matrix4sub = instance.exports.matrix4sub; |
| 256 | class Vector3 { |
| 257 | #internal = new Float32Array(3); |
| 258 | get [0]() { |
| 259 | return this.#internal[0]; |
nothing calls this directly
no outgoing calls
no test coverage detected