| 87 | ) const { return dlib::vector<double,2>(left(), bottom()); } |
| 88 | |
| 89 | const dlib::vector<double,2> tr_corner ( |
| 90 | ) const { return dlib::vector<double,2>(right(), top()); } |
| 91 | |
| 92 | const dlib::vector<double,2> br_corner ( |
| 93 | ) const { return dlib::vector<double,2>(right(), bottom()); } |