mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
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.
This commit is contained in:
parent
d04d8aba70
commit
2d7a6f2cc0
2 changed files with 6 additions and 0 deletions
|
@ -1850,6 +1850,7 @@ Spatial Vectors
|
|||
* `vector.round(v)`: returns a vector, each dimension rounded to nearest int
|
||||
* `vector.apply(v, func)`: returns a vector
|
||||
* `vector.equals(v1, v2)`: returns a boolean
|
||||
* `vector.sort(v1, v2)`: returns minp, maxp vectors of the cuboid defined by v1 and v2
|
||||
|
||||
For the following functions `x` can be either a vector or a number:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue