quakeforge/libs
Bill Currie efaef89c5f Add a shortcut function for quaterion/vector multiplication.
I got the idea from blender when I discovered by accident that quat * vect
produces the same result as quat * qvect * quat* and looked up the code to
check what was going on. While matrix/vector multiplication still beats the
pants off quaternion/vector multiplication, QuatMultVec is a slight
optimization over quat * qvect * quat* (17+,24* vs 24+,32*, plus no need to
to generate quat*).
2012-04-26 09:48:08 +09:00
..
audio Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
console Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gamecode Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gib Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
image Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
models Correct a spelling error. 2012-04-24 14:12:54 +09:00
net Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
qw Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
ruamoko Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
util Add a shortcut function for quaterion/vector multiplication. 2012-04-26 09:48:08 +09:00
video Remove a bogus model type check. 2012-04-25 11:50:20 +09:00
Makefile.am Update to reflect the new dependency status. 2012-02-13 16:25:22 +09:00