CrystalSpace

Public API Reference

csTriangleVertex Class Reference
[Geometry utilities]

The representation of a vertex in a triangle mesh. More...

#include <csgeom/trimesh.h>

Inheritance diagram for csTriangleVertex:

List of all members.

Public Attributes

csArray< size_t > con_triangles
 Triangles that this vertex is connected to.
csArray< int > con_vertices
 Other vertices that this vertex is connected to.
int idx
 Index of this vertex.
csVector3 pos
 Position of this vertex in 3D space.

Detailed Description

The representation of a vertex in a triangle mesh.

This is basically used as a temporary structure to be able to calculate the cost of collapsing this vertex more quickly.

Definition at line 112 of file trimesh.h.


Member Data Documentation

Triangles that this vertex is connected to.

Definition at line 121 of file trimesh.h.

Other vertices that this vertex is connected to.

Definition at line 124 of file trimesh.h.

Index of this vertex.

Definition at line 118 of file trimesh.h.

Position of this vertex in 3D space.

Definition at line 116 of file trimesh.h.


The documentation for this class was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1