Point の補助関数 More...
#include "PositionF.h"
Go to the source code of this file.
Functions | |
bool | hrk::is_near_points (const PointF &a, const PointF &b, double eps) |
double | hrk::distance_to (const PointF &from, const PointF &to) |
2点間の距離を計算する | |
double | hrk::distance_to_perpendicular (const PointF &from, const PositionF &to) |
点と線分の垂線との距離を返す More... | |
double | hrk::distance_to_line (const PointF &from, const PositionF &to) |
Point の補助関数