6#define CAMERA_DEFSPEED 2500
16void cam_vel(
double vx,
double vy );
void cam_getDPos(double *dx, double *dy)
Gets the camera position differential (change in last frame).
void cam_setZoom(double zoom)
Sets the camera zoom.
void cam_zoomOverride(int enable)
Overrides the zoom system.
void cam_setTargetPilot(unsigned int follow, int soft_over)
Sets the target to follow.
void cam_getVel(double *vx, double *vy)
Gets the camera velocity.
void cam_setTargetPos(double x, double y, int soft_over)
Sets the camera target to a position.
void cam_getPos(double *x, double *y)
Gets the camera position.
double cam_getZoomTarget(void)
Gets the camera zoom.
double cam_getZoom(void)
Gets the camera zoom.
void cam_setZoomTarget(double zoom, double speed)
Sets the camera zoom target.
void cam_vel(double vx, double vy)
Sets the camera velocity.
void cam_update(double dt)
Updates the camera.
int cam_getTarget(void)
Returns the camera's current target.