GlobeEngine
|
#include <VBOVertex.h>
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 |
T | u () const |
T | v () const |
T | x () const |
T | 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 () | |
T | getArray () |
Additional Inherited Members | |
Protected Attributes inherited from ge::VBOVertex< 2, T > | |
T | data [D] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |