more vector helpers for mt
Go to file
HybridDog 8ddb3879fb Update README 2020-03-27 18:41:15 +01:00
.gitignore fix a mistake at vector.line and add gitignore 2014-06-09 15:32:15 +02:00
LICENSE.txt Add another untested fill algorithm and update LICENSE 2019-12-01 11:31:11 +01:00
README.txt Update README 2020-03-27 18:41:15 +01:00
adammil_flood_fill.lua Add untested efficient flood fill algorithm 2019-12-01 11:00:53 +01:00
fill_3d.lua Add another untested fill algorithm and update LICENSE 2019-12-01 11:31:11 +01:00
init.lua Remove unused vector.triangle code and try to make it a bit faster 2020-03-27 18:30:19 +01:00
legacy.lua Remove the vector.cross and deprecate vector.scalar; those functions are in minetest now 2020-02-17 13:04:53 +01:00
vector_meta.lua 🐈 2015-05-29 12:09:25 +02:00

README.txt

TODO:
* maybe make the explosion table function return a perlin explosion table
* add documentation here instead of
	https://dev.minetest.net/User:Hybrid_Dog#vector_extras
* implement 3D scanline search
* add vector.hollowsphere, less positions than WorldEdit hollowsphere