趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
size_utils.h
Go to the documentation of this file.
1 #ifndef HRK_SIZE_UTILS_H
2 #define HRK_SIZE_UTILS_H
3 
9 namespace hrk
10 {
11  class PointF;
12  class SizeF;
13 
15  bool is_included(const PointF& point, const SizeF& size);
16 }
17 
18 #endif