nux-0.9.46

nux::Point3D< T > Class Template Reference

#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

x
y
z

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


Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T >
bool nux::Point3D< T >::operator!= ( const Point3D< T > &  Pt) const
template<typename T >
bool nux::Point3D< T >::operator== ( const Point3D< T > &  Pt) const
template<typename T >
void nux::Point3D< T >::Set ( X,
Y,
Z 
)

Field Documentation

template<typename T>
T nux::Point3D< T >::x
template<typename T>
T nux::Point3D< T >::y
template<typename T>
T nux::Point3D< T >::z

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