Any idea for presenting `Matrix` object?

As WebGL growing, I think it is time for javascript to consider implementing different operations between matrices.

I like the idea, perhaps many of the Three.js routines related to matrices transforms, colors, and other tried and true options might be ripe for adding to the base language.

IMO, it's a Web API issue. And the DOM already has a specification for it.

https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix

1 Like

WebAPI is not sufficient when we use JavaScript in other environments except browsers.

WebGL won’t be in those environments.

2 Likes