ericw-tools/include/common
Jonathan e6fd6b653e A few more vec3_t -> qvec
qmat follows other type conventions (T, N, M) and is annotated differently so it's not as confusing to follow
Removed qmat::operator[] - it's not clear from calling it that it's column-major (as evidenced by the comments needing to explicitly make clear at call sites that it's column, not row), so I've collapsed them into two separate functions that explicitly fetch either a column or a row. This also ties them nicely into qvec<N>.
2021-10-12 12:03:59 -04:00
..
aabb.hh Removed a lot of unused functions 2021-10-10 14:04:09 -04:00
bspfile.hh surfflags remap -> is_valid to match contentflags 2021-10-11 19:45:55 -04:00
bsputils.hh Run clang-format pass 2021-10-05 15:54:06 -04:00
cmdlib.hh Removed a lot of unused functions 2021-10-10 14:04:09 -04:00
entdata.h Calculate tangents and bitangents (need to clean this up) 2021-10-05 01:07:13 -04:00
log.hh Resolve GCC wanting `template` before emplacements 2021-10-05 22:54:25 -04:00
mathlib.hh Removed a lot of unused functions 2021-10-10 14:04:09 -04:00
parser.hh Run clang-format pass 2021-10-05 15:54:06 -04:00
polylib.hh qbsp: restore use of options.worldExtent 2021-10-08 19:04:11 -06:00
qvec.hh A few more vec3_t -> qvec 2021-10-12 12:03:59 -04:00
threads.hh Clang format pass 2021-09-14 02:32:26 -04:00