more vector helpers for mt
Go to file
bri cassa 0501920345 Merge remote-tracking branch 'upstream/master' 2021-11-01 10:44:31 +01:00
.gitignore fix a mistake at vector.line and add gitignore 2014-06-09 15:32:15 +02:00
.luacheckrc Add .luacheckrc and some code cleanup 2021-03-01 20:37:59 +01:00
LICENSE.txt Add another untested fill algorithm and update LICENSE 2019-12-01 11:31:11 +01:00
README.txt vector.triangle: (try to) avoid holes in neighbouring triangles 2020-04-18 14:16:35 +02:00
adammil_flood_fill.lua Add untested efficient flood fill algorithm 2019-12-01 11:00:53 +01:00
doc.md Add documentation 2020-04-07 20:49:10 +02:00
fill_3d.lua Add another untested fill algorithm and update LICENSE 2019-12-01 11:31:11 +01:00
init.lua Merge remote-tracking branch 'upstream/master' 2021-09-21 23:13:15 +02: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
mod.conf depends.txt -> mod.conf 2021-10-10 12:57:57 +02:00
vector_meta.lua Add .luacheckrc and some code cleanup 2021-03-01 20:37:59 +01:00

README.txt

TODO:
* maybe make the explosion table function return a perlin explosion table
* Figure out and implement 3D scanline search
* Add vector.hollowsphere, less positions than WorldEdit hollowsphere
* Add unit tests
* Use %a string format for vector.serialize so that it is reversible