proj home

Files   Classes   Functions   Hierarchy  

gobjglRotatef Class Reference

#include <gobj.h>

Inheritance diagram for gobjglRotatef:
Collaboration diagram for gobjglRotatef:

List of all members.

Public Member Functions

 gobjglRotatef (GLfloat const theta_, GLfloat const x_, GLfloat const y_, GLfloat const z_)
void draw ()
 Draw the object.

Public Attributes

GLfloat theta
GLfloat x
GLfloat y
GLfloat z


Detailed Description

Definition at line 544 of file gobj.h.


Constructor & Destructor Documentation

gobjglRotatef::gobjglRotatef ( GLfloat const   theta_,
GLfloat const   x_,
GLfloat const   y_,
GLfloat const   z_ 
) [inline]

Definition at line 554 of file gobj.h.

00560     : theta(theta_), x(x_), y(y_), z(z_) {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 562 of file gobj.h.

References GOBJDEBUGCODE, theta, y, and z.

00563     { GOBJDEBUGCODE glRotatef(theta,x,y,z); }


Member Data Documentation

Definition at line 548 of file gobj.h.

Referenced by draw().

Definition at line 549 of file gobj.h.

Definition at line 550 of file gobj.h.

Referenced by draw().

Definition at line 551 of file gobj.h.

Referenced by draw().


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

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