[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Understanding lua
- From: ashmatheson@...
- Date: Wed, 19 Jun 2002 10:26:19 -0700
Couldn't have asked for a better example.
Thanks, Luiz.
----- Original Message -----
From: Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>
Date: Wednesday, June 19, 2002 9:10 am
Subject: Re: Understanding lua
> >What I'd like to be able to do is have a C function (later a
> class ...
> >one step at a time) that could do this:
> >
> >Point3D add(Point3D a, Point3D b)
>
> See http://lua-users.org/wiki/VectorLibrarySample and also my bc
> binding at
> ftp://ftp.tecgraf.puc-rio.br/pub/lhf/bc.tar.gz .
> --lhf
>