GME
13
|
#include <ArHelper.h>
Public Member Functions | |
CArFindNearestLine (const CPoint &p) | |
bool | HLine (int x1, int x2, int y) |
bool | VLine (int y1, int y2, int x) |
bool | Was () |
Public Attributes | |
CPoint | point |
int | dist1 |
int | dist2 |
Definition at line 152 of file ArHelper.h.
CArFindNearestLine::CArFindNearestLine | ( | const CPoint & | p | ) | [inline] |
Definition at line 155 of file ArHelper.h.
bool CArFindNearestLine::HLine | ( | int | x1, |
int | x2, | ||
int | y | ||
) |
Definition at line 877 of file ArHelper.cpp.
bool CArFindNearestLine::VLine | ( | int | y1, |
int | y2, | ||
int | x | ||
) |
Definition at line 894 of file ArHelper.cpp.
bool CArFindNearestLine::Was | ( | ) | [inline] |
Definition at line 159 of file ArHelper.h.
Definition at line 163 of file ArHelper.h.
Definition at line 164 of file ArHelper.h.
CPoint CArFindNearestLine::point |
Definition at line 162 of file ArHelper.h.