趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
Functions
rect_utils.h File Reference

Rect 用の補助関数 More...

#include "RectF.h"
Include dependency graph for rect_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool hrk::is_included (const PointF &point, const RectF &rect)
 点が矩形に含まれるかを返す
 
bool hrk::is_overlapped (const RectF &a, const RectF &b)
 矩形が重なっているかを返す
 

Detailed Description

Rect 用の補助関数