How to draw and update each change

edited March 2018 in How To...

I am trying to calculate on how to draw a line and I need to run the calculations until the error is small, but my point is how can I draw a line without it displaying the result immediately?

I have a for loop that calculates and updates my variables and until the error is small, I use those variables to draw my line. I want to draw the line changing as my variables are changing during the calculation. However, when I put that in my draw method and run it, it only displays the end result and not the line moving during the calculation. How can I do this???

Tagged:

Answers

Sign In or Register to comment.