Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
/ lv3 Public archive

This is a 3d-vector library for Lua 5.0. It is meant for learning.

Notifications You must be signed in to change notification settings

LuaDist/lv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a 3d-vector library for Lua 5.0. It is meant for learning.

To try the library, just edit Makefile to reflect your installation of Lua and
then run make. This will build the library and run a simple test. For detailed
installation instructions, see
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/install.html

There is no manual but the library is simple and intuitive; see the summary
below. Read also test.lua, which shows the library in action.

This code is hereby placed in the public domain.

Please send comments, suggestions, and bug reports to [email protected] .

-------------------------------------------------------------------------------

v3 library:
 vector3([x,y,z]) 

-------------------------------------------------------------------------------

About

This is a 3d-vector library for Lua 5.0. It is meant for learning.

Resources

Stars

Watchers

Forks

Packages

No packages published