X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=pi_referential.h;h=04516f3743bf73c6cba64ae1eb45cd55c76d03da;hp=f393b249b536103a67ebc732db3773fc5d64ef2f;hb=789f96ef05fda4588aa536adb614c0e841be0812;hpb=8236ef5635eda3f1532acc126ce0569d6bb8869e diff --git a/pi_referential.h b/pi_referential.h index f393b24..04516f3 100644 --- a/pi_referential.h +++ b/pi_referential.h @@ -48,10 +48,8 @@ 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; + scalar_t _body_radius_1, _body_radius_2; + scalar_t _body_tilt; // The belly frame is defined by the body location and head scale scalar_t _belly_xc, _belly_yc;