[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 2D vectors
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 11 Jun 2014 09:39:19 +0200
On Wed, Jun 11, 2014 at 9:32 AM, Lars Ruoff <lars.ruoff@gmail.com> wrote:
> is there any library or facility in Lua for working with 2D euclidean
> vectors?
There's a C extension module for 3D vectors, called lv3
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
It's specifically intended as a 'learning aid', so this could be a
useful starting point.