ericw-tools/include/vis
Jonathan 74253fd189 Fixed Unix/Clang compilation
Adjusted makefile to work with both clang and msvc on win32
Removed "WIN32", use the standard _WIN32 instead
Fixed bad VectorCopy's
Use qvec4b instead of special color_rgba type
qvec now follows built-in type procedures for handling operators; this means that (qvec3i + qvec3f) will now properly produce a float, as one would expect, instead of adding the float to the integers without casting to the common type.
2021-10-23 07:35:41 -04:00
..
leafbits.hh Fixed Unix/Clang compilation 2021-10-23 07:35:41 -04:00
vis.hh replace VectorCompare, CrossProduct, DotProduct 2021-10-21 23:25:19 -04:00