*** empty log message ***
[folded-ctf.git] / pi_referential.h
index 1dcb007..d0747f2 100644 (file)
@@ -49,9 +49,6 @@ class PiReferential {
   // The body frame in that _common_scale. The vectors are of length the radii of the ellipse
   scalar_t _body_xc, _body_yc;
   scalar_t _body_radius_1, _body_radius_2, _body_tilt;
-  scalar_t _body_ux, _body_uy, _body_vx, _body_vy;
-  scalar_t _body_window_scaling;
-  int _body_edge_shift;
 
   // The belly frame is defined by the body location and head scale
   scalar_t _belly_xc, _belly_yc;
@@ -99,10 +96,6 @@ public:
 
     // Same as above with rotation of the edges
     RM_HEAD_BELLY_EDGES,
-
-    // Not finished yet
-    RM_BODY,
-    RM_BODY_EDGES
   };
 
   int common_scale();