proj home

Files   Classes   Functions   Hierarchy  

gobjglClipPlane Class Reference

#include <gobj.h>

Inheritance diagram for gobjglClipPlane:
Collaboration diagram for gobjglClipPlane:

List of all members.

Public Member Functions

 gobjglClipPlane (GLenum plane_, GLdouble const *equation_)
void draw ()
 Draw the object.

Public Attributes

GLenum plane
GLdouble const * equation


Detailed Description

Definition at line 1219 of file gobj.h.


Constructor & Destructor Documentation

gobjglClipPlane::gobjglClipPlane ( GLenum  plane_,
GLdouble const *  equation_ 
) [inline]

Definition at line 1227 of file gobj.h.

01231     : plane(plane_), equation(equation_) {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 1233 of file gobj.h.

References equation, and GOBJDEBUGCODE.

01234     { GOBJDEBUGCODE glClipPlane(plane,equation); }


Member Data Documentation

GLdouble const* gobjglClipPlane::equation

Definition at line 1224 of file gobj.h.

Referenced by draw().

Definition at line 1223 of file gobj.h.


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