Searched refs:move_object (Results 1 – 1 of 1) sorted by relevance
1103 class move_object : public graphic_object { class1107 move_object(const position &s, const position &e);1114 move_object::move_object(const position &s, const position &e) in move_object() function in move_object1119 void move_object::update_bounding_box(bounding_box *p) in update_bounding_box()1125 void move_object::move_by(const position &a) in move_by()1179 move_object *p = new move_object(startpos, endpos); in make_move()