mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
Update torus.lua
This commit is contained in:
parent
f9eb67b4cc
commit
35eeb918d0
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ function worldeditadditions.torus(position, major_radius, minor_radius, target_n
|
|||
-- Where:
|
||||
-- (x, y, z) is the point
|
||||
-- a is the major radius (centre to centre of circle)
|
||||
-- b is the minor radius (radius of circle
|
||||
-- b is the minor radius (radius of circle)
|
||||
local comp_a = (x_sq+y_sq+z_sq - (major_radius_sq+minor_radius_sq))
|
||||
local test_value = comp_a*comp_a - 4*major_radius*minor_radius*(minor_radius_sq-z_sq)
|
||||
|
||||
|
|
Loading…
Reference in a new issue