For anything similar to a line I've noticed you can only draw, a line. X1 Y1 to X2 Y2. But when if I want to draw a curved line or a (preferably) parabola? Is there an option for that?
For anything similar to a line I've noticed you can only draw, a line. X1 Y1 to X2 Y2. But when if I want to draw a curved line or a (preferably) parabola? Is there an option for that?
You have to draw a whole bunch of short lines, or maybe drawPoint. Possibly a fillPolygon (64 point max), where you use multiple calls.