libwallaby  v24
The wallaby standard library
Point3< T > Class Template Reference

#include <geom.hpp>

Public Member Functions

 Point3 (const T &x, const T &y, const T &z)
 
const T & x () const
 
const T & y () const
 
const T & z () const
 
void setX (const T &x)
 
void setY (const T &y)
 
void setZ (const T &z)
 
point3 toCPoint3 () const
 

Constructor & Destructor Documentation

template<typename T >
Point3< T >::Point3 ( const T &  x,
const T &  y,
const T &  z 
)
inline

Member Function Documentation

template<typename T >
void Point3< T >::setX ( const T &  x)
inline
template<typename T >
void Point3< T >::setY ( const T &  y)
inline
template<typename T >
void Point3< T >::setZ ( const T &  z)
inline
template<typename T >
point3 Point3< T >::toCPoint3 ( ) const
inline

References create_point3().

template<typename T >
const T& Point3< T >::x ( ) const
inline
template<typename T >
const T& Point3< T >::y ( ) const
inline
template<typename T >
const T& Point3< T >::z ( ) const
inline

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