GlobeEngine
ge::VBOVertex3< T > Class Template Reference

#include <VBOVertex.h>

Inheritance diagram for ge::VBOVertex3< T >:
ge::VBOVertex< 3, T >

Classes

struct  Vec3IsAlmostEqual
 

Public Member Functions

 VBOVertex3 ()
 
 VBOVertex3 (T _x, T _y, T _z)
 
void set (T _x, T _y, T _z)
 
x () const
 
y () const
 
z () const
 
r () const
 
g () const
 
b () const
 
Vertex2< T > xy () const
 
Vertex2< T > xz () const
 
Vertex2< T > yz () const
 
void x (T _x)
 
void y (T _y)
 
void z (T _z)
 
void r (T _r)
 
void g (T _g)
 
void b (T _b)
 
bool operator< (const VBOVertex3 &other) const
 
bool operator== (const VBOVertex3 &other) const
 
VBOVertex3< T > & operator= (const vmml::Vector3f &other) const
 
bool isAlmostEqual (const VBOVertex3 &other) const
 
- Public Member Functions inherited from ge::VBOVertex< 3, T >
 VBOVertex ()
 
 ~VBOVertex ()
 
getArray ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

template<class T>
ge::VBOVertex3< T >::VBOVertex3 ( )
inline
template<class T>
ge::VBOVertex3< T >::VBOVertex3 ( _x,
_y,
_z 
)
inline

Member Function Documentation

template<class T>
T ge::VBOVertex3< T >::b ( ) const
inline
template<class T>
void ge::VBOVertex3< T >::b ( _b)
inline
template<class T>
T ge::VBOVertex3< T >::g ( ) const
inline
template<class T>
void ge::VBOVertex3< T >::g ( _g)
inline
template<class T>
bool ge::VBOVertex3< T >::isAlmostEqual ( const VBOVertex3< T > &  other) const
inline
template<class T>
bool ge::VBOVertex3< T >::operator< ( const VBOVertex3< T > &  other) const
inline
template<class T>
VBOVertex3<T>& ge::VBOVertex3< T >::operator= ( const vmml::Vector3f &  other) const
inline
template<class T>
bool ge::VBOVertex3< T >::operator== ( const VBOVertex3< T > &  other) const
inline
template<class T>
T ge::VBOVertex3< T >::r ( ) const
inline
template<class T>
void ge::VBOVertex3< T >::r ( _r)
inline
template<class T>
void ge::VBOVertex3< T >::set ( _x,
_y,
_z 
)
inline
template<class T>
T ge::VBOVertex3< T >::x ( ) const
inline
template<class T>
void ge::VBOVertex3< T >::x ( _x)
inline
template<class T>
Vertex2<T> ge::VBOVertex3< T >::xy ( ) const
inline
template<class T>
Vertex2<T> ge::VBOVertex3< T >::xz ( ) const
inline
template<class T>
T ge::VBOVertex3< T >::y ( ) const
inline
template<class T>
void ge::VBOVertex3< T >::y ( _y)
inline
template<class T>
Vertex2<T> ge::VBOVertex3< T >::yz ( ) const
inline
template<class T>
T ge::VBOVertex3< T >::z ( ) const
inline
template<class T>
void ge::VBOVertex3< T >::z ( _z)
inline

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