Q3GeneralPolygon_SetVertexPosition
You can use theQ3GeneralPolygon_SetVertexPosition
function to set the position of a vertex of a general polygon.
TQ3Status Q3GeneralPolygon_SetVertexPosition ( TQ3GeometryObject generalPolygon, unsigned long contourIndex, unsigned long pointIndex, const TQ3Point3D *position);
generalPolygon
- A general polygon.
contourIndex
- An index into the
contours
array of the specified general polygon.pointIndex
- An index into the
vertices
array of the specified contour.position
- The desired position of the specified vertex.
DESCRIPTION
TheQ3GeneralPolygon_SetVertexPosition
function sets the position of a vertex in the general polygon specified by thegeneralPolygon
parameter. The vertex has the index specified by thepointIndex
parameter in thevertices
array of the contour specified by thecontourIndex
parameter to the position specified in theposition
parameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help