Hi all,
In my first foray into ipod programming, i created a little applet that sums and dot products etc. simple 2 dimensional vectors. this program already does all the computations and has all the functionality i want it to, but i was thinking it might be nice if i drew the vectors and operations and the results.
So i went looking on the web for how to draw in xcode, and found tons of complicated ways of doing so using Quarts2D, etc.
I was wondering if there was anything simpler or just what would be better for my program
If i have vectors with known x and y lengths, whats the best way to draw the vector in xcode?
In my first foray into ipod programming, i created a little applet that sums and dot products etc. simple 2 dimensional vectors. this program already does all the computations and has all the functionality i want it to, but i was thinking it might be nice if i drew the vectors and operations and the results.
So i went looking on the web for how to draw in xcode, and found tons of complicated ways of doing so using Quarts2D, etc.
I was wondering if there was anything simpler or just what would be better for my program
If i have vectors with known x and y lengths, whats the best way to draw the vector in xcode?