Lioncash 5f892dda81 CVector2i: Remove use of union and unnamed struct
Nothing uses the v data array, so we can remove it entirely. This
removes the use of a compiler extension (anonymous struct), and
simplifies the underlying data within the vector.
2019-09-04 02:41:28 -04:00
2019-06-11 16:04:52 -10:00
2018-12-07 19:23:50 -10:00
Description
Optimized geometry and math classes
700 KiB
Languages
C++ 99.2%
CMake 0.8%