Tagged Questions

2
votes
3answers
128 views

Algorithm 2D Referential traduction

I am trying to build a function grapher, The user enters xmin, xmax, ymin, ymax, function. I got the x, y for all points. Now i want to translate this initial referential to a Canvas starting at ...