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

#include <geom.hpp>

Public Member Functions

 Point2 (const T &x, const T &y)
 
const T & x () const
 
const T & row () const
 
const T & y () const
 
const T & column () const
 
void setX (const T &x)
 
void setColumn (const T &column)
 
void setY (const T &y)
 
void setRow (const T &row)
 
point2 toCPoint2 () const
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T>
const T& Point2< T >::column ( ) const
inline
template<typename T>
const T& Point2< T >::row ( ) const
inline
template<typename T>
void Point2< T >::setColumn ( const T &  column)
inline
template<typename T>
void Point2< T >::setRow ( const T &  row)
inline
template<typename T>
void Point2< T >::setX ( const T &  x)
inline
template<typename T>
void Point2< T >::setY ( const T &  y)
inline
template<typename T>
point2 Point2< T >::toCPoint2 ( ) const
inline
template<typename T>
const T& Point2< T >::x ( ) const
inline
template<typename T>
const T& Point2< T >::y ( ) const
inline

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