renderstack::shapes::quad Class Reference

#include <polymesh.hpp>

Inherits renderstack::shapes::polymesh.

Public Member Functions

 quad ()

Detailed Description

Definition at line 179 of file polymesh.hpp.


Constructor & Destructor Documentation

renderstack::shapes::quad::quad (  ) 

Definition at line 991 of file polymesh.cpp.

00992 {
00993     push_point(0.0,  0.0,  0.0);
00994     push_point(1.0,  0.0,  0.0);
00995     push_point(1.0,  1.0,  0.0);
00996     push_point(0.0,  1.0,  0.0);
00997 
00998     make_polygon(0, 1, 2, 3);
00999 
01000     build_mesh_from_geometry();
01001 }


The documentation for this class was generated from the following files:
Generated on Sun Apr 11 12:23:12 2010 for RenderStack by  doxygen 1.6.3