7 class CameraAuto
: public Auto
13 int camera_x
, camera_y
; // center of view in source frame
14 // 0 to source width/height
15 float zoom
; // amount to expand source
16 int radius_in
, radius_out
; // radius of turn in or turn out,
17 // depending on which neighbor
18 // isn't in a line with this point
19 int acceleration_in
, acceleration_out
; // acceleration into and out of the point