nux-0.9.46
|
#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 | |
T | x |
T | y |
nux::Point2D< T >::Point2D | ( | ) |
nux::Point2D< T >::~Point2D | ( | ) |
nux::Point2D< T >::Point2D | ( | const Point2D< T > & | Pt | ) |
References nux::Point2D< T >::x, and nux::Point2D< T >::y.
nux::Point2D< T >::Point2D | ( | T | x, |
T | y | ||
) |
bool nux::Point2D< T >::operator!= | ( | const Point2D< T > & | Pt | ) | const |
bool nux::Point2D< T >::operator== | ( | const Point2D< T > & | Pt | ) | const |
References nux::Point2D< T >::x, and nux::Point2D< T >::y.
void nux::Point2D< T >::Set | ( | T | x, |
T | y | ||
) |
T nux::Point2D< T >::x |
Referenced by nux::Point2D< T >::operator==(), and nux::Point2D< T >::Point2D().
T nux::Point2D< T >::y |
Referenced by nux::Point2D< T >::operator==(), and nux::Point2D< T >::Point2D().