[AE Engine logo] Public API Reference
Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

aePolygon Class Reference

A 3D polygon. More...

#include <polygon.h>

Inheritance diagram for aePolygon:

aeObject aeBase List of all members.

Public Member Functions

 aePolygon ()
 Create a polygon with no name.

 aePolygon (char *)
 Create a polygon given a name.

void draw (aeEngineflags *)
 Draw the polygon.


Detailed Description

A 3D polygon.

Definition at line 35 of file polygon.h.


Constructor & Destructor Documentation

aePolygon::aePolygon  
 

Create a polygon with no name.

Naturally you won't be able to find this object from the engine by name.

aePolygon::aePolygon char *   
 

Create a polygon given a name.

Parameters:
char * The polygon's name.


Member Function Documentation

void aePolygon::draw aeEngineflags   [virtual]
 

Draw the polygon.

This is called by aeEngine::Render(). You shouldn't need to call this yourself.

Implements aeObject.


The documentation for this class was generated from the following file:
AE Engine Public API Reference
Generated on Wed Apr 9 09:43:41 2003 by Doxygen.