趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
rect_utils.h
Go to the documentation of this file.
1 #ifndef HRK_RECT_UTILS_H
2 #define HRK_RECT_UTILS_H
3 
9 #include "RectF.h"
10 
11 
12 namespace hrk
13 {
15  bool is_included(const PointF& point, const RectF& rect);
16 
18  bool is_overlapped(const RectF& a, const RectF& b);
19 }
20 
21 #endif
矩形