the-ate-tah: point # 1 = (x1,y1)
x1 = 0
y1 = 50
point # 2 = (x2,y1)
x2 = 0
y1 = 25
point # 3 = (x2,y2)
x2 = 75
y2 = 25
OPP = ABS(x1-x2)
ADJ = ABS(y1-y2)
TAN(T) = OPP/ADJ
T = (OPP/ADJ)(1/TAN)
How do I calculate the Theata ? Am I heading in the right direction ?