quakeforge/include/QF/math
Bill Currie 5fb28d7c38 [math] Clean up vector component operations
And add a unary op macro. Having VectorCompOp makes it easy to write
macros that work for multiple data widths, which is why it and its users
now use (dst, ...) instead of (..., dst) as in the past. I'll sort out
the other macros later now that I know the compiler handily gives
messages about the switched order (uninitialized vars etc).
2022-01-02 01:15:17 +09:00
..
dual.h Update for doxygen 1.8.16 2020-02-11 15:20:49 +09:00
half.h Update for doxygen 1.8.16 2020-02-11 15:20:49 +09:00
matrix3.h Fix a bunch of issues found by gcc-11 2021-06-13 14:30:59 +09:00
matrix4.h Update for doxygen 1.8.16 2020-02-11 15:20:49 +09:00
quaternion.h [math] Split out Quat/Vector compare implementations 2022-01-02 01:09:51 +09:00
vector.h [math] Clean up vector component operations 2022-01-02 01:15:17 +09:00