potential bug in src/core/math/Matrix.toArray ?
See original GitHub issuelooking at fromArray()
: https://github.com/pixijs/pixi.js/blob/dev/src/core/math/Matrix.js#L76-#L83
the array structure is [a, b, tx, c, d, ty]
looking at toArray()
https://github.com/pixijs/pixi.js/blob/dev/src/core/math/Matrix.js#L140-#L148
for this non-transposed case, why is the array ordering different?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
potential bug in src/core/math/Matrix.toArray ? #4140 - GitHub
looking at fromArray(): https://github.com/pixijs/pixi.js/blob/dev/src/core/math/Matrix.js#L76-#L83 the array structure is [a, b, tx, c, d, ...
Read more >JDK-5072831 (coll) Please add Collections.toArray - Bug ID
toArray () is called, possibly leading to the method (rarely) returning an array with trailing null elements. Worse, if the collection allows null...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We should probably deprecate that toArray() method. Would welcome a PR for that.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.