Public Member Functions

 Feedback3DColor (GLfloat *loc)
GLfloat alpha () const
GLfloat blue () const
GLfloat green () const
Feedback3DColor operator* (const GLFLOAT &f) const
Feedback3DColor operator+ (const Feedback3DColor &v) const
const Vector3pos () const
GLfloat red () const
FLOAT x () const
FLOAT y () const
FLOAT z () const

Static Public Member Functions

static int sizeInBuffer ()

Protected Member Functions

 Feedback3DColor (FLOAT x, FLOAT y, FLOAT z, GLfloat r, GLfloat g, GLfloat b, GLfloat a)

Protected Attributes

GLfloat _alpha
GLfloat _blue
GLfloat _green
Vector3 _pos
GLfloat _red

Friends

Feedback3DColor operator* (const GLFLOAT &f, const Feedback3DColor &F)
std::ostream & operator<< (std::ostream &, const Feedback3DColor &)

Detailed Description

Definition at line 75 of file Primitive.h.


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