aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/vector.lua
AgeCommit message (Expand)Author
2021-09-10Split vector.new into 3 constructorsDS
2021-08-27Optimize vector length calculations (#11549)Lean Rada
2021-06-04Add metatables to lua vectors (#11039)DS
2021-04-05Add vector.to_string and vector.from_string (#10323)DS
2021-04-02Add `math.round` and fix `vector.round` (#10803)Vincent Robinson
2020-08-29Add vector.offset (#10321)DS
2020-06-09Some vector functions useful for working with rotations (#9572)NetherEran
2019-07-16Use vector.dot and vector.cross in vector.angleHybridDog
2019-07-16Add vector.dot and vector.crossHybridDog
2019-03-17Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738)ANAND
2017-12-21Vector functions: Fix vector.direction() function, improve documentation (#6801)Paramat
2017-01-23Vector: Add vector.sort(a, b): return box edgesAuke Kok
2016-10-17Builtin: Add vector.floor helper functionrubenwardy
2014-12-06Add Lua helper functions vector.apply(v) math.sign(x, tolerance)SmallJoker
2014-07-19Remove vector assertionsShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja