lua-users home
lua-l archive

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


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.