index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
common
/
vector.lua
Age
Commit message (
Expand
)
Author
2021-09-10
Split vector.new into 3 constructors
DS
2021-08-27
Optimize vector length calculations (#11549)
Lean Rada
2021-06-04
Add metatables to lua vectors (#11039)
DS
2021-04-05
Add vector.to_string and vector.from_string (#10323)
DS
2021-04-02
Add `math.round` and fix `vector.round` (#10803)
Vincent Robinson
2020-08-29
Add vector.offset (#10321)
DS
2020-06-09
Some vector functions useful for working with rotations (#9572)
NetherEran
2019-07-16
Use vector.dot and vector.cross in vector.angle
HybridDog
2019-07-16
Add vector.dot and vector.cross
HybridDog
2019-03-17
Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738)
ANAND
2017-12-21
Vector functions: Fix vector.direction() function, improve documentation (#6801)
Paramat
2017-01-23
Vector: Add vector.sort(a, b): return box edges
Auke Kok
2016-10-17
Builtin: Add vector.floor helper function
rubenwardy
2014-12-06
Add Lua helper functions vector.apply(v) math.sign(x, tolerance)
SmallJoker
2014-07-19
Remove vector assertions
ShadowNinja
2014-05-07
Organize builtin into subdirectories
ShadowNinja