Dear mates, I am am frustrated and bored to learn how to get or calculate coordinates data for Java Graphic API.
for ex the GeneralPath 's function curveTo() takes 6 parameters namely x1,y2,x2,y2,x3,y3.I put some random coordinates data
into these function and got a crap drawing. :(
I want to create stunning drawing by hand-coding.I see people
have done good geometric drawing such as a car,home, a human and
space shuttle etc by using these functions(curveTo,
moveTo,lineTo,drawpoly).Please tell me how to get or calculate coordinates data.