Skip to main content
Inspiring
February 27, 2014
Answered

how to create dynamic cuves in a right triangle..

  • February 27, 2014
  • 1 reply
  • 1300 views

Dear Friends,

iam creating the dynamic triangle.. same like below:

http://www.mathopenref.com/cosine.html

i got struck up in creating the curve shape near the angles (A) & B. Please tell me how to create this dynamic curves.. i have to finish my project soon.. pls help me..

Thanks and advance...

This topic has been closed for replies.
Correct answer kglad

use the graphics methods.  in particular, the lineTo() method.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
February 27, 2014

use the graphics methods.  in particular, the lineTo() method.

rahimhajiAuthor
Inspiring
February 28, 2014

hi kglad,

Greetings! thks for the reply.. i tried this already i dont curve with myshape.graphics.curve to.. but my cuve goes out of the lines.. i mean big. i want to find the distance between two lines a & b and draw the curve.... any body pls help me...

Thanks and Advance...

kglad
Community Expert
Community Expert
February 28, 2014

what is it exactly that you are trying to do?

and it only makes sense to talk about the distance between two parallel lines (in euclidean space).