void __stdcall PixelTransform(vect3d*
v);
Unproject the 2D screen coordinates to 3D point.
In: x [0-1] ,y[0-1] are the screen coordinates in percent, and z is the
pixel Z value in camera space coordinates.
Out: x,y,z is one vector in came space.