nux-0.9.48

nux::Point2D< T > Class Template Reference

#include <NuxCore/Math/Point2D.h>

Public Member Functions

 Point2D ()
 ~Point2D ()
 Point2D (const Point2D &Pt)
 Point2D (T x, T y)
bool operator== (const Point2D< T > &Pt) const
bool operator!= (const Point2D< T > &Pt) const
void Set (T x, T y)

Data Fields

x
y

template<typename T>
class nux::Point2D< T >


Constructor & Destructor Documentation

template<typename T >
nux::Point2D< T >::Point2D ( )
template<typename T >
nux::Point2D< T >::~Point2D ( )
template<typename T >
nux::Point2D< T >::Point2D ( const Point2D< T > &  Pt)
template<typename T >
nux::Point2D< T >::Point2D ( x,
y 
)

Member Function Documentation

template<typename T >
bool nux::Point2D< T >::operator!= ( const Point2D< T > &  Pt) const
template<typename T >
bool nux::Point2D< T >::operator== ( const Point2D< T > &  Pt) const
template<typename T >
void nux::Point2D< T >::Set ( x,
y 
)

Field Documentation

template<typename T>
T nux::Point2D< T >::x
template<typename T>
T nux::Point2D< T >::y

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