automatic commit
[folded-ctf.git] / pose.h
diff --git a/pose.h b/pose.h
index acd7884..300aba1 100644 (file)
--- a/pose.h
+++ b/pose.h
@@ -27,7 +27,7 @@ public:
   scalar_t _bounding_box_xmin, _bounding_box_ymin;
   scalar_t _bounding_box_xmax, _bounding_box_ymax;
   scalar_t _head_xc, _head_yc, _head_radius;
-  scalar_t _body_xc, _body_yc;
+  scalar_t _belly_xc, _belly_yc;
 
   Pose();
 
@@ -35,8 +35,6 @@ public:
   bool collide(int level, Pose *pose);
 
   void horizontal_flip(scalar_t scene_width);
-  void translate(scalar_t dx, scalar_t dy);
-  void scale(scalar_t factor);
 
   void draw(int thickness, int r, int g, int b, int level, RGBImage *image);