mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-11 15:07:28 +01:00
Update mtrig.lua
This commit is contained in:
parent
9d2a0ca23c
commit
428ec12918
@ -17,7 +17,9 @@ worldedit.register_command("mtrig", {
|
||||
local str = "The measurements of the line pos1,pos2 are Length (D): "
|
||||
local vec = v3.subtract(worldedit.pos2[name],worldedit.pos1[name]):abs()
|
||||
local len = vec:length()
|
||||
str = str..wea.round(len, 4)..", ∠XZ: "..wea.round(math.deg(math.atan(vec.z/vec.x)), 4).."°, ∠DY: "..wea.round(math.deg(math.asin(vec.y/len)), 4).."°"
|
||||
str = str..wea.round(len, 4)..", ∠XZ: "..
|
||||
wea.round(math.deg(math.atan(vec.z/vec.x)), 4).."°, ∠DY: "..
|
||||
wea.round(math.deg(math.asin(vec.y/len)), 4).."°"
|
||||
return true, str
|
||||
end,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user