2 dimensional point information management class More...
#include <Point.h>

Public Member Functions | |
| Point () | |
| constructor | |
| Point (T x, T y) | |
| constructor More... | |
| virtual | ~Point () |
| destructor | |
Static Public Member Functions | |
| static bool | lessX (const Point< T > &p0, const Point< T > &p1) |
| compare to sort More... | |
| static bool | greaterX (const Point< T > &p0, const Point< T > &p1) |
| compare to sort More... | |
| static bool | lessY (const Point< T > &p0, const Point< T > &p1) |
| compare to sort More... | |
| static bool | greaterY (const Point< T > &p0, const Point< T > &p1) |
| compare to sort More... | |
Public Attributes | |
| T | px |
| T | py |
2 dimensional point information management class
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| T kome::core::Point< T >::px |
| T kome::core::Point< T >::py |
1.8.6