Q3Line_SetVertexPosition
You can use theQ3Line_SetVertexPosition
function to set the position of a vertex of a line.
TQ3Status Q3Line_SetVertexPosition ( TQ3GeometryObject line, unsigned long index, const TQ3Point3D *position);
line
- A line.
index
- An index into the
vertices
array of the specified line. This parameter should have the value 0 or 1.position
- The desired position of the specified vertex.
DESCRIPTION
TheQ3Line_SetVertexPosition
function sets the position of the vertex having the index specified by theindex
parameter in thevertices
array of the line specified by theline
parameter to that specified in theposition
parameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help