Page 1 of 1

[Mod] More vector helpers [vector_extras]

PostPosted: Sun Feb 09, 2014 10:58
by Hybrid Dog
This mod adds more vector functions to minetest.

Some of them are shown at
http://dev.minetest.net/Mods/vector_extras

License: WTFPL
Download: zip, tar.gz
github: vector_extras


vector.line can be used for many purposes:
Image

PostPosted: Sun Feb 09, 2014 12:20
by rubenwardy
Which one of these functions (if any) does this:

I have a current position.
I have a target.
I want to move R nodes towards the target.
A vector (x,y,z) is returned.

PostPosted: Mon Feb 24, 2014 21:53
by Inocudom
It is worth noting that Hybrid Dog's shadows mod uses this mod.

PostPosted: Mon Feb 24, 2014 22:28
by PilzAdam
I dont know if its good to use the dev wiki for mod documentation.

PostPosted: Mon Feb 24, 2014 22:36
by hoodedice
PilzAdam wrote:I dont know if its good to use the dev wiki for mod documentation.


With the absolute lack of any sort of end-user content, better this than nothing.

PostPosted: Tue Mar 04, 2014 15:06
by Hybrid Dog
+ I added 3 more funtions.

Re: [Mod] More vector helpers [vector_extras]

PostPosted: Wed Feb 17, 2016 05:58
by azentenolara
in the newest version on linux, do not run the mod

Re: [Mod] More vector helpers [vector_extras]

PostPosted: Wed Feb 17, 2016 15:29
by Hybrid Dog
What's the problem?