![]() |
GlobeEngine
|
#include <VBOVertex.h>
Public Member Functions | |
| VBOVertex4 () | |
| VBOVertex4 (T _x, T _y, T _z, T _w) | |
| void | set (T _x, T _y, T _z, T _w) |
| T | x () const |
| T | y () const |
| T | z () const |
| T | w () const |
| T | r () const |
| T | g () const |
| T | b () const |
| T | a () const |
| void | x (T _x) |
| void | y (T _y) |
| void | z (T _z) |
| void | w (T _w) |
| void | r (T _r) |
| void | g (T _g) |
| void | b (T _b) |
| void | a (T _a) |
| bool | operator< (const VBOVertex4 &other) const |
| bool | operator== (const VBOVertex4 &other) const |
Public Member Functions inherited from ge::VBOVertex< 4, T > | |
| VBOVertex () | |
| ~VBOVertex () | |
| T | getArray () |
Additional Inherited Members | |
Protected Attributes inherited from ge::VBOVertex< 4, T > | |
| T | data [D] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |