| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-16 | Use vector.dot and vector.cross in vector.angle | HybridDog | |
| 2019-07-16 | Add vector.dot and vector.cross | HybridDog | |
| Mostly copied from MarkuBu's code | |||
| 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 | |
| vector.direction() now returns a normalised vector with direction p1 to p2. | |||
| 2017-01-23 | Vector: Add vector.sort(a, b): return box edges | Auke Kok | |
| This function returns the box corners of the smallest box that includes the two given coordinates. | |||
| 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 | |
| These were initially added to get tracebacks for invalid vector errors, but it didn't work and tracebacks have since been properly fixed in the core. | |||
| 2014-05-07 | Organize builtin into subdirectories | ShadowNinja | |
