Searched refs:box_object (Results 1 – 3 of 3) sorted by relevance
727 class box_object : public closed_object { class731 box_object(const position &, double);740 box_object::box_object(const position &pos, double r) in box_object() function in box_object747 position box_object::north_east() in north_east()753 position box_object::north_west() in north_west()759 position box_object::south_east() in south_east()765 position box_object::south_west() in south_west()771 void box_object::print() in print()825 box_object *p = new box_object(position(width, height), radius); in make_box()
3595 (box_object::box_object): Have separate xrad and yrad with3597 (box_object::{north,south}_{east,west}): Use xrad and yrad.3598 (box_object::print): With rounded boxes use absolute values
3250 (box_object::print, ellipse_object::print, circle_object::print,