• Home
  • Raw
  • Download

Lines Matching defs:rectangle

91   get(const T& rectangle, orientation_2d orient) {  in get()
100 horizontal(const T& rectangle) { in horizontal()
109 vertical(const T& rectangle) { in vertical()
119 set(T& rectangle, const T2& interval) { in set()
129 set(T& rectangle, orientation_2d orient, const T2& interval) { in set()
139 horizontal(T& rectangle, const T2& interval) { in horizontal()
149 vertical(T& rectangle, const T2& interval) { in vertical()
180 copy_construct(const T2& rectangle) { in copy_construct()
216 get(const rectangle_type& rectangle, orientation_2d orient, direction_1d dir) { in get()
224 set(rectangle_type& rectangle, orientation_2d orient, direction_1d dir, in set()
236 xl(const rectangle_type& rectangle) { in xl()
244 … xl(rectangle_type& rectangle, typename rectangle_coordinate_type<rectangle_type>::type value) { in xl()
253 xh(const rectangle_type& rectangle) { in xh()
261 xh(rectangle_type& rectangle, typename rectangle_coordinate_type<rectangle_type>::type value) { in xh()
270 yl(const rectangle_type& rectangle) { in yl()
278 … yl(rectangle_type& rectangle, typename rectangle_coordinate_type<rectangle_type>::type value) { in yl()
287 yh(const rectangle_type& rectangle) { in yh()
295 … yh(rectangle_type& rectangle, typename rectangle_coordinate_type<rectangle_type>::type value) { in yh()
304 ll(const rectangle_type& rectangle) { in ll()
313 lr(const rectangle_type& rectangle) { in lr()
322 ul(const rectangle_type& rectangle) { in ul()
331 ur(const rectangle_type& rectangle) { in ur()
341 contains(const rectangle_type& rectangle, const rectangle_type_2 rectangle_contained, in contains()
352 contains(const rectangle_type& rectangle, const point_type point_contained, in contains()
367 set_points(rectangle_type& rectangle, const point_type_1& p1, in set_points()
385 move(rectangle_type& rectangle, orientation_2d orient, in move()
402 convolve(rectangle_type_1& rectangle, in convolve()
419 deconvolve(rectangle_type_1& rectangle, const rectangle_type_2& convolution_rectangle) { in deconvolve()
435 reflected_convolve(rectangle_type_1& rectangle, const rectangle_type_2& convolution_rectangle) { in reflected_convolve()
452 reflected_deconvolve(rectangle_type_1& rectangle, const rectangle_type_2& convolution_rectangle) { in reflected_deconvolve()
467 convolve(rectangle_type& rectangle, const point_type& convolution_point) { in convolve()
482 deconvolve(rectangle_type& rectangle, const point_type& convolution_point) { in deconvolve()
496 delta(const rectangle_type& rectangle, orientation_2d orient) { in delta()
506 area(const rectangle_type& rectangle) { in area()
517 guess_orientation(const rectangle_type& rectangle) { in guess_orientation()
528 half_perimeter(const rectangle_type& rectangle) { in half_perimeter()
538 perimeter(const rectangle_type& rectangle) { in perimeter()
553 …intersects(const rectangle_type_1& rectangle, const rectangle_type_2& b, bool consider_touch = tru… in intersects()
569 boundaries_intersect(const rectangle_type_1& rectangle, const rectangle_type_2& b, in boundaries_intersect()
583 abuts(const rectangle_type_1& rectangle, const rectangle_type_2& b, in abuts()
600 abuts(const rectangle_type_1& rectangle, const rectangle_type_2& b, in abuts()
615 abuts(const rectangle_type_1& rectangle, const rectangle_type_2& b) { in abuts()
627 intersect(rectangle_type& rectangle, const interval_type& b, in intersect()
644 intersect(rectangle_type_1& rectangle, const rectangle_type_2& b, bool consider_touch = true) { in intersect()
661 generalized_intersect(rectangle_type_1& rectangle, const rectangle_type_2& b) { in generalized_intersect()
677 bloat(rectangle_type& rectangle, orientation_2d orient, in bloat()
691 bloat(rectangle_type& rectangle, in bloat()
703 bloat(rectangle_type& rectangle, direction_2d dir, in bloat()
717 shrink(rectangle_type& rectangle, orientation_2d orient, in shrink()
728 shrink(rectangle_type& rectangle, in shrink()
739 shrink(rectangle_type& rectangle, direction_2d dir, in shrink()
753 encompass(rectangle_type& rectangle, const interval_type& b, orientation_2d orient) { in encompass()
771 encompass(rectangle_type_1& rectangle, const rectangle_type_2& b) { in encompass()
786 encompass(rectangle_type_1& rectangle, const point_type& b) { in encompass()
807 center(point_type& center_point, const rectangle_type& rectangle) { in center()
820 …get_corner(point_type& corner_point, const rectangle_type& rectangle, direction_2d direction_facin… in get_corner()
834 get_half(const rectangle_type& rectangle, direction_2d dir) { in get_half()
846 join_with(rectangle_type_1& rectangle, const rectangle_type_2& b) { in join_with()
969 scale_up(rectangle_type& rectangle, in scale_up()
983 scale_down(rectangle_type& rectangle, in scale_down()
997 scale(rectangle_type& rectangle, const scaling_type& scaling) { in scale()
1011 transform(rectangle_type& rectangle, const transformation_type& transformation) { in transform()