summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-01-04 21:24:23 +0000
committerubq323 <ubq323@ubq323.website>2024-01-04 21:24:23 +0000
commit59834f98f24bf424e310088a7330df7fd2586a2e (patch)
treefc5446749074a4b6c714c4bcc332f25611b2381d
parent18eb189a3bdc55f43d2206e09d449768bcf030c0 (diff)
add link
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index ecac412..ff212f5 100644
--- a/main.lua
+++ b/main.lua
@@ -44,6 +44,7 @@ function love.wheelmoved(x,y)
end
local function catenary0(x1,y1,x2,y2)
+ -- https://math.stackexchange.com/a/3557768
y1 = -y1
y2 = -y2
local dx = x2-x1