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.

Hi I'm writting small application to draw diagrams and I need to find points to draw bezier curve between two elements. Is there any efficient and simple way to calculate bending points ?? To better visualize my problem please take a look at this picture

enter image description here

As You can see I have two rectangles which I want to connect with bezier curve. It is obvious that I have two anchor points, but how can I calculate correctly bending points so that this line would look like at the picture.

share|improve this question

1 Answer

On each end of the curve imagine a line perpendicular to the border through the anchor point. The curve points should be on that line. The farther away from the border these points lie the more vertical the center area of the curve is.

(I hope this is clear, it's at the limit of my english abilities)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.