GlobeEngine
ge::Vertex2< T > Class Template Reference

#include <VBOVertex.h>

Inheritance diagram for ge::Vertex2< T >:
ge::VBOVertex< 2, T >

Public Member Functions

 Vertex2 ()
 
 Vertex2 (T _u, T _v)
 
void set (T _u, T _v)
 
bool operator< (const Vertex2 &other) const
 
bool operator== (const Vertex2 &other) const
 
u () const
 
v () const
 
x () const
 
y () const
 
void u (T _u)
 
void x (T _x)
 
void v (T _v)
 
void y (T _y)
 
- Public Member Functions inherited from ge::VBOVertex< 2, T >
 VBOVertex ()
 
 ~VBOVertex ()
 
getArray ()
 

Additional Inherited Members

- Protected Attributes inherited from ge::VBOVertex< 2, T >
data [D]
 

Constructor & Destructor Documentation

template<class T>
ge::Vertex2< T >::Vertex2 ( )
inline
template<class T>
ge::Vertex2< T >::Vertex2 ( _u,
_v 
)
inline

Member Function Documentation

template<class T>
bool ge::Vertex2< T >::operator< ( const Vertex2< T > &  other) const
inline
template<class T>
bool ge::Vertex2< T >::operator== ( const Vertex2< T > &  other) const
inline
template<class T>
void ge::Vertex2< T >::set ( _u,
_v 
)
inline
template<class T>
T ge::Vertex2< T >::u ( ) const
inline
template<class T>
void ge::Vertex2< T >::u ( _u)
inline
template<class T>
T ge::Vertex2< T >::v ( ) const
inline
template<class T>
void ge::Vertex2< T >::v ( _v)
inline
template<class T>
T ge::Vertex2< T >::x ( ) const
inline
template<class T>
void ge::Vertex2< T >::x ( _x)
inline
template<class T>
T ge::Vertex2< T >::y ( ) const
inline
template<class T>
void ge::Vertex2< T >::y ( _y)
inline

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