proj home

Files   Classes   Functions   Hierarchy  

gobjgluPerspective Class Reference

#include <gobj.h>

Inheritance diagram for gobjgluPerspective:
Collaboration diagram for gobjgluPerspective:

List of all members.

Public Member Functions

 gobjgluPerspective (GLdouble const fovy_, GLdouble const aspect_, GLdouble const near_, GLdouble const far_)
void draw ()
 Draw the object.

Public Attributes

GLdouble fovy
GLdouble aspect
GLdouble near
GLdouble far


Detailed Description

Definition at line 1522 of file gobj.h.


Constructor & Destructor Documentation

gobjgluPerspective::gobjgluPerspective ( GLdouble const   fovy_,
GLdouble const   aspect_,
GLdouble const   near_,
GLdouble const   far_ 
) [inline]

Definition at line 1532 of file gobj.h.

01538     : fovy(fovy_), aspect(aspect_), near(near_), far(far_)
01539     {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 1541 of file gobj.h.

References aspect, far, fovy, GOBJDEBUGCODE, and near.

01542     { GOBJDEBUGCODE gluPerspective(fovy,aspect,near,far); }


Member Data Documentation

Definition at line 1527 of file gobj.h.

Referenced by draw().

Definition at line 1529 of file gobj.h.

Referenced by draw().

Definition at line 1526 of file gobj.h.

Referenced by draw().

Definition at line 1528 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