From 7f1c2b8a00ede0659746102762aeb1da487eb6f8 Mon Sep 17 00:00:00 2001 From: ANAND Date: Sun, 17 Mar 2019 07:35:03 +0530 Subject: Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738) --- doc/lua_api.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 39e0a848d..899c0abdb 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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: -- cgit v1.2.3