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

Vector rework #8

Closed BigUglySpider closed 3 years ago

BigUglySpider commented 3 years ago

Some lesser-used functionalities, such as pure bit manipulation, are not implemented. These will be handled at a later point as they are not pivotal for vectors to provide their desired functionalities.

Operators may be added at a later point.