To: djgpp AT delorie DOT com Subject: Vector math Message-ID: <19961127.202611.4999.0.chambersb@juno.com> From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Wed, 27 Nov 1996 00:19:06 EST Has anyone out there written a vector math lib (rotations, dot products & normals, etc) that is functional? I've got one I wrote for Allegro, but it doesn't seem to work... The functions work individually, but not when I put them all together in a 3d object drawing system... I just want some code I can compare to mine, to see how other people accomplished this...