Q3Mesh_NextVertexEdge
You can use theQ3Mesh_NextVertexEdgefunction 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_NextVertexEdgefunction returns, as its function result, the next edge counterclockwise in the iteration specified by theiteratorparameter, which must have been filled in by a previous call toQ3Mesh_FirstVertexEdgeorQ3Mesh_NextVertexEdge. If there are no more edges, this function returnsNULL.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help