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 basic arithmetic #41

Closed BigUglySpider closed 2 years ago

BigUglySpider commented 2 years ago

Note regarding operators:

One should note that, due to the (intentional) design of the enable_if_t triggers, an invalid Matrix argument (for example) will not fall back to basic multiplication. Valid arguments for a specific template type are required for uses of operator*.