proj home

Files   Classes   Functions   Hierarchy  

gobjglColor4f Class Reference

#include <gobj.h>

Inheritance diagram for gobjglColor4f:
Collaboration diagram for gobjglColor4f:

List of all members.

Public Member Functions

 gobjglColor4f (floatc x_, floatc y_, floatc z_, floatc a_)
void draw ()
 Draw the object.

Public Attributes

float x
float y
float z
float a


Detailed Description

Definition at line 139 of file gobj.h.


Constructor & Destructor Documentation

gobjglColor4f::gobjglColor4f ( floatc  x_,
floatc  y_,
floatc  z_,
floatc  a_ 
) [inline]

Definition at line 149 of file gobj.h.

00155     : x(x_), y(y_), z(z_), a(a_) {}


Member Function Documentation

void gobjglColor4f::draw (  )  [inline, virtual]

Draw the object.

Implements gobj.

Definition at line 157 of file gobj.h.

References a, GOBJDEBUGCODE, x, y, and z.

00158     { GOBJDEBUGCODE glColor4f(x,y,z,a); }


Member Data Documentation

Definition at line 146 of file gobj.h.

Referenced by draw().

Definition at line 143 of file gobj.h.

Referenced by draw().

Definition at line 144 of file gobj.h.

Referenced by draw().

Definition at line 145 of file gobj.h.

Referenced by draw().


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

Generated on Fri Mar 4 00:49:58 2011 for Chelton Evans Source by  doxygen 1.5.8