MercuryPoly Class Reference

Polygon for Meshes. More...

#include <MercuryPoly.h>

Collaboration diagram for MercuryPoly:

Collaboration graph
[legend]
List of all members.

Private Attributes

MercuryNormal m_normal

Friends

class MercuryMesh

Detailed Description

Polygon for Meshes.

Definition at line 8 of file MercuryPoly.h.


Friends And Related Function Documentation

friend class MercuryMesh [friend]

Polygons do NOT create NOR delete the vertices that they use. The idea behind this is so that polygons can use a common set of a minimal number of vertices. This is useful in minizing math operations on vertices, and lower memory useage. Whoever gives the polygon the vertices, should be responsible for deleting the vertices.

Definition at line 31 of file MercuryPoly.h.


Member Data Documentation

MercuryNormal MercuryPoly::m_normal [private]

Definition at line 32 of file MercuryPoly.h.


The documentation for this class was generated from the following file:
Hosted by SourceForge.net Logo