HybridDog
|
41229696be
|
Use vector.dot and vector.cross in vector.angle
|
2019-07-16 21:44:42 +02:00 |
|
HybridDog
|
71db715ba5
|
Add vector.dot and vector.cross
Mostly copied from MarkuBu's code
|
2019-07-16 21:44:42 +02:00 |
|
ANAND
|
7f1c2b8a00
|
Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738)
|
2019-03-17 02:05:03 +00:00 |
|
Paramat
|
d04c41ad80
|
Vector functions: Fix vector.direction() function, improve documentation (#6801)
vector.direction() now returns a normalised vector with direction p1 to p2.
|
2017-12-21 20:57:42 +01:00 |
|
Auke Kok
|
2d7a6f2cc0
|
Vector: Add vector.sort(a, b): return box edges
This function returns the box corners of the smallest box
that includes the two given coordinates.
|
2017-01-23 07:38:39 +00:00 |
|
rubenwardy
|
0d740c5d82
|
Builtin: Add vector.floor helper function
|
2016-10-17 22:03:49 +02:00 |
|
SmallJoker
|
2fd14e1bd5
|
Add Lua helper functions vector.apply(v) math.sign(x, tolerance)
|
2014-12-06 10:07:25 +01:00 |
|
ShadowNinja
|
33ca115ae4
|
Remove vector assertions
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-07-19 23:50:50 -04:00 |
|
ShadowNinja
|
1cd512913e
|
Organize builtin into subdirectories
|
2014-05-07 17:14:23 -04:00 |
|