_JM_NAMESPACE::GenPoint< Coord > Struct Template Reference

#include <coordinates.h>

List of all members.

Public Member Functions

 GenPoint ()
 GenPoint (Coord _x, Coord _y)

Public Attributes

Coord x
Coord y

Detailed Description

template<typename Coord>
struct _JM_NAMESPACE::GenPoint< Coord >

Generic point.


Constructor & Destructor Documentation

template<typename Coord >
_JM_NAMESPACE::GenPoint< Coord >::GenPoint (  )  [inline]
template<typename Coord >
_JM_NAMESPACE::GenPoint< Coord >::GenPoint ( Coord  _x,
Coord  _y 
) [inline]

Constructor.


Member Data Documentation

template<typename Coord >
Coord _JM_NAMESPACE::GenPoint< Coord >::x
template<typename Coord >
Coord _JM_NAMESPACE::GenPoint< Coord >::y

The documentation for this struct was generated from the following file: