proj home

Files   Classes   Functions   Hierarchy  

gobjglRasterPos3f Class Reference

#include <gobj.h>

Inheritance diagram for gobjglRasterPos3f:
Collaboration diagram for gobjglRasterPos3f:

List of all members.

Public Member Functions

 gobjglRasterPos3f (floatc x_, floatc y_, floatc z_)
 gobjglRasterPos3f (point3< float > const &p)
void draw ()
 Draw the object.

Public Attributes

float x
 The x coordinate.
float y
 The y coordinate.
float z
 The z coordinate.


Detailed Description

Definition at line 270 of file gobj.h.


Constructor & Destructor Documentation

gobjglRasterPos3f::gobjglRasterPos3f ( floatc  x_,
floatc  y_,
floatc  z_ 
) [inline]

Definition at line 282 of file gobj.h.

00287     : x(x_), y(y_), z(z_) {}

gobjglRasterPos3f::gobjglRasterPos3f ( point3< float > const &  p  )  [inline]

Definition at line 288 of file gobj.h.

00289     : x(p.x), y(p.y), z(p.z) {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 291 of file gobj.h.

References GOBJDEBUGCODE, x, y, and z.

00292     { GOBJDEBUGCODE glRasterPos3f(x,y,z); }


Member Data Documentation

The x coordinate.

Definition at line 275 of file gobj.h.

Referenced by draw().

The y coordinate.

Definition at line 277 of file gobj.h.

Referenced by draw().

The z coordinate.

Definition at line 279 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:59 2011 for Chelton Evans Source by  doxygen 1.5.8