Q3Mesh_NextVertexEdge
You can use theQ3Mesh_NextVertexEdge
function to get the next edge around a vertex, in a counterclockwise order.
TQ3MeshEdge Q3Mesh_NextVertexEdge (TQ3MeshIterator *iterator);
iterator
- A pointer to a mesh iterator structure.
DESCRIPTION
TheQ3Mesh_NextVertexEdge
function returns, as its function result, the next edge counterclockwise in the iteration specified by theiterator
parameter, which must have been filled in by a previous call toQ3Mesh_FirstVertexEdge
orQ3Mesh_NextVertexEdge
. If there are no more edges, this function returnsNULL
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help