BigUglySpider / EmuLibs

Selection of libraries designed to be used with Emu projects. This was originally a Math library only, but has since been changed to hold all Emu libraries to enable consistency in changes to dependencies (such as EmuCore modifications).
https://biguglyspider.github.io/math
0 stars 0 forks source link

Matrix update contiguity refactor #46

Closed BigUglySpider closed 2 years ago

BigUglySpider commented 2 years ago

resolves #44

Matrix data is now stored in one flattened EmuMath Vector.

Almost identical interface to before, with some minor differences.