what does the ' mean in x' y' and what is cos(a) what is the 'a' equal to what is it? How am I to understand what x' and 'a' is if they don't remember to write the equation then put that 'a' is equal to .... whatever? so I can figure it out? how am I to know what to put into the cos(?) and sin(?) if I don't know what 'a' is equal to?
x' = x * (width' / width)
y' = y * (height' / height)
Mapping for rotation is only a little bit harder.
x' = x * cos(a) + y * sin(a)
y' = y * cos(a) - x * sin(a)
I am trying to figure out how to find the destination_x, destination_y, angle_x, angle_y for displaying an image into the desktop and angles and rescale it to show it properly I keep getting the image to show but not where I want it -- center screen -- and it is chopped off at angles into polygons, hexagons mollymoolygons and what not. My fingers are googled out. ~