Hello everyone,
I have got experience in iPhone programming but not really in graphics programming.
I decided to make a 2d game and choose Quartz 2D for this purpose (I'm familiar with Open GL, but quartz seems to be easier for a 2d game).
Is there a built-in way to draw a graph of a math formula in Quartz? For beginning it will be only a parabola (y=ax^2+bx+c) but the equation itself will become more complex in the future.
It may be pretty slow if I will draw the parabola using my own algorithm (from separate lines or dots).
Thank you in advance.