#include <freecloth/geom/geMesh.h>
Inheritance diagram for GeMesh::Face:


Public Types | |
| enum | { NB_VERTICES = 3 } |
Public Methods | |
| Face (VertexId, VertexId, VertexId, TextureVertexId, TextureVertexId, TextureVertexId) | |
| UInt32 | getNbVertices () const |
| VertexId | getVertexId (FaceVertexId) const |
| TextureVertexId | getTextureVertexId (FaceVertexId) const |
Private Attributes | |
| VertexId | _vertexIds [NB_VERTICES] |
| TextureVertexId | _textureVertexIds [NB_VERTICES] |
Friends | |
| class | GeMesh |
This class has no knowledge of other parts of the mesh (vertices, texture vertices), and hence can only perform a very limited number of operations.
Vertices are assumed to be in counter-clockwise order.
Definition at line 163 of file geMesh.h.
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002