mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02:00
Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738)
This commit is contained in:
@@ -2399,6 +2399,8 @@ For the following functions, `v`, `v1`, `v2` are vectors,
|
||||
* Returns a boolean, `true` if the vectors are identical.
|
||||
* `vector.sort(v1, v2)`:
|
||||
* Returns in order minp, maxp vectors of the cuboid defined by `v1`, `v2`.
|
||||
* `vector.angle(v1, v2)`:
|
||||
* Returns the angle between `v1` and `v2` in radians.
|
||||
|
||||
For the following functions `x` can be either a vector or a number:
|
||||
|
||||
|
Reference in New Issue
Block a user