You trace directly at the bottom under the camera.

Code:
VECTOR target;
target.x = 1000;
target.y = 0;
target.z = 0;
vec_rotate( target, camera.pan );
vec_add( target, camera.x );

c_trace(camera.x, target,0);