lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>From lua-l@tecgraf.puc-rio.br  Thu Jun  1 14:36:51 2000
>From: =?iso-8859-2?Q?Ale=B9_Mlakar?= <jazzbre@slo.net>
>
>I just tryied LUA and it seems really Cool:)

yes! (but the name is Lua, not LUA :-)

>I'm just wondering what would be the easiest way to add new variable types
>like Vector, Matrix and Quaternion, anybody got a clue?
>Where access wouldn't be need to be on public level like for Vector
>(X,Y,Z).. .but rather by a function like VectorSetX(vector_var,1)... or
>something.. this is doable right?
>(some code would be very appriciated)

Search the archive for this list.
--lhf