add formatting trailer for emacs
[cinelerra_cv/ct.git] / cinelerra / cameraauto.h
blob3ef3c98cee73f4d584383577bc06132a01cab44a
1 #ifndef CAMERAAUTO_H
2 #define CAMERAAUTO_H
4 #include "auto.h"
7 class CameraAuto : public Auto
9 public:
10 CameraAuto();
11 ~CameraAuto();
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
26 #endif
28 // Local Variables:
29 // mode: C++
30 // c-file-style: "linux"
31 // End: