The Nest
Explore
Sign in
akkartik
snap.love
0079-angle
0
graph drawing tool
Code
Changes
Tags
Discussions
main
angle = function(x1, y1, x2, y2) return math.atan((y2-y1)/(x2-x1)) end