#include <coordinates.h>
Public Member Functions | |
| GenPoint () | |
| GenPoint (Coord _x, Coord _y) | |
Public Attributes | |
| Coord | x |
| Coord | y |
Generic point.
| _JM_NAMESPACE::GenPoint< Coord >::GenPoint | ( | ) | [inline] |
Constructor.
References _JM_NAMESPACE::COORDINATE_INVALID, _JM_NAMESPACE::GenPoint< Coord >::x, and _JM_NAMESPACE::GenPoint< Coord >::y.
| _JM_NAMESPACE::GenPoint< Coord >::GenPoint | ( | Coord | _x, | |
| Coord | _y | |||
| ) | [inline] |
Constructor.
| Coord _JM_NAMESPACE::GenPoint< Coord >::x |
X coordinate.
Referenced by _JM_NAMESPACE::GenPoint< Coord >::GenPoint(), and _JM_NAMESPACE::operator<<().
| Coord _JM_NAMESPACE::GenPoint< Coord >::y |
Y coordinate.
Referenced by _JM_NAMESPACE::GenPoint< Coord >::GenPoint(), and _JM_NAMESPACE::operator<<().