GlobeEngine
|
#include <VBOVertex.h>
Classes | |
struct | Vec3IsAlmostEqual |
Public Member Functions | |
VBOVertex3 () | |
VBOVertex3 (T _x, T _y, T _z) | |
void | set (T _x, T _y, T _z) |
T | x () const |
T | y () const |
T | z () const |
T | r () const |
T | g () const |
T | 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 () | |
T | getArray () |
Additional Inherited Members | |
Protected Attributes inherited from ge::VBOVertex< 3, 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 |
|
inline |