mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
Only matrix-vector, vector-matrix and vector-vector outer products (no more room), but that's enough to get decent performance out of matrix-matrix and matrix-scalar (both of which can be done as a set of matrix-vector or vertex-scalar products). Progs version bumped because I found that I'd put the swizzle and 2d wedge ops in the wrong spot (compared to both intention and docs) and rather than adjust the docs, I took advantage of the opportunity to get a nicer layout for the wedge products (nestled into the spare slots left by the 2x2 matrix ops, which seems fitting as the 2d wedge is the determinant of a 2x2 matrix). |
||
---|---|---|
.. | ||
pr_comp.h | ||
pr_debug.h | ||
pr_obj.h | ||
pr_type.h | ||
pr_type_names.h |