What about a standard formula?
Well isnt there a standard formula that is like
x2 = (k*x3*z)*(k*xc*zc)
y2 = (k*y3*z)*(k*yc*zc)
where:
x2 and y2 are the 2d point's coords
x3 and y3 are the 3d point's coords
z is the z coord of the 3d point
xc and yc are the 3d camera's coords
zc is the z coord of the camera position
k is some kind of constant
well, ok thats unlikely to be the formula, there will be trig functions in there, but something to that effect. Where a formula can use the x,y,z of point and x,y,z of camera to come up with x,y of 2d point. Please help oh great dude.
Oh yeah, I have a deal of 2d trig experience. I am studying maths at college (UK). Erm, so far the last thing using trig I did was differentiation of trignometrical functions, if that helps give a clearer picture of how much experience I have.
RIght I get it, just one more question... I hope!
tan-1((x-x0etcetc........))
by that do you mean the inverse function of tan or the tan of (-1*((x-x0etc.........)) )