Mods/vector extras
Function | Return value | Comments |
---|---|---|
vector.line([pos, dir[, range]])
|
table of vectors | dir can be following
|
vector.fine_line([pos, dir[, range], scale])
|
table of vectors |
|
vector.straightdelay([s, v[, a]])
|
number |
|
vector.sun_dir(t)
|
vector |
doesn't work right yet |
vector.inside(pos, minp, maxp)
|
bool | untested |
vector.minmax(p1, p2)
|
vector, vector | the first vector's x, y and z are smaller than the second one's
untested |
vector.move(p1, p2, s)
|
vector |
|