Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have 2 problems I will be very grateful if somebody helps me about them. If I have a line 'L1' with a known point (x1, y1) on it and has an angle 'theta1', how do I know if a point P (x, y) is right to it or left? Or upper or lower?

The second problem, if I get the distance between the previous point 'P' and the previous line 'L1' as d = sqrt((x-x1)*(x-x1) + (y-y1)*(y-y1)),

how can I relocate 'P' to a different line 'L2' with a known point (x2, y2) on it and has an angle 'theta2' keeping the same distance between the new point and 'L2', so what's the new (x, y) for point 'P'?

I don't have much experience in Vectors and any help will be much appreciated.

Many thanks,

share|improve this question
This isn't a programming question. This is a math question. Try math.stackoverflow.com – Armen Tsirunyan Dec 24 '11 at 13:51
That would be math.stackexchange.com – Cody Gray Dec 24 '11 at 13:53

closed as off topic by Sean Owen, Cody Gray, woodchips, WrightsCS, rsp Dec 25 '11 at 13:19

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.