Searched defs:set_x (Results 1 – 8 of 8) sorted by relevance
51 void set_x(int an_x) { x_ = an_x; } in set_x() function
39 void set_x(int x) { x_ = x; } in set_x() function
33 void set_x(int x) { x_ = x; } in set_x() function
374 void set_x(float new_x) { x_ = new_x; } in set_x() function