[q2x] Doris GLUI tidy up

Brian Hook hook_l at pyrogon.com
Wed Apr 14 00:34:55 EDT 2004


What's mailing list status?

I finally made an sf.net account for me (bacontastesgood).

Finished Vector.lua and most of Matrix.lua.  Fully generalized, not 
specific to 3D or anything.

local v = Vec.new( 3 )

v.x = 1
v.y = 0
v[2] = 0 -- corresponds to 'z', I used metamethods!!!

l = v:length()
l = v:dot( v )

local m = Matrix.new( 3, 3 )

m:make_identity()
w = m:mul_vector( v )

etc. etc.


On Tue, 13 Apr 2004 21:28:17 -0700, Nick Trout wrote:
>
> I made tidied up Doris GLUI a little: * Tidied GLUI_String
> implementation. * Removed hideous AND, OR, NOT defines. * Sorted
> indentation. * Made v2.3
>
> In CVS






More information about the q2x mailing list