nux-0.9.46
|
#include <NuxCore/Math/Point3D.h>
Public Member Functions | |
Point3D () | |
~Point3D () | |
Point3D (const Point3D &Pt) | |
Point3D (T x, T y, T z) | |
void | Set (T X, T Y, T Z) |
bool | operator== (const Point3D< T > &Pt) const |
bool | operator!= (const Point3D< T > &Pt) const |
Data Fields | |
T | x |
T | y |
T | z |
nux::Point3D< T >::Point3D | ( | ) |
nux::Point3D< T >::~Point3D | ( | ) |
nux::Point3D< T >::Point3D | ( | const Point3D< T > & | Pt | ) |
References nux::Point3D< T >::x, nux::Point3D< T >::y, and nux::Point3D< T >::z.
nux::Point3D< T >::Point3D | ( | T | x, |
T | y, | ||
T | z | ||
) |
bool nux::Point3D< T >::operator!= | ( | const Point3D< T > & | Pt | ) | const |
bool nux::Point3D< T >::operator== | ( | const Point3D< T > & | Pt | ) | const |
References nux::Point3D< T >::x, nux::Point3D< T >::y, and nux::Point3D< T >::z.
void nux::Point3D< T >::Set | ( | T | X, |
T | Y, | ||
T | Z | ||
) |
T nux::Point3D< T >::x |
Referenced by nux::Point3D< T >::operator==(), and nux::Point3D< T >::Point3D().
T nux::Point3D< T >::y |
Referenced by nux::Point3D< T >::operator==(), and nux::Point3D< T >::Point3D().
T nux::Point3D< T >::z |
Referenced by nux::Point3D< T >::operator==(), and nux::Point3D< T >::Point3D().