Q3Triangle_GetData
You can use theQ3Triangle_GetData
function to get the data that defines a triangle and its attributes.
TQ3Status Q3Triangle_GetData ( TQ3GeometryObject triangle, TQ3TriangleData *triangleData);
triangle
- A triangle.
triangleData
- On exit, a pointer to a
TQ3TriangleData
structure that contains information about the triangle specified by thetriangle
parameter.DESCRIPTION
TheQ3Triangle_GetData
function returns, through thetriangleData
parameter, information about the triangle specified by thetriangle
parameter. QuickDraw 3D allocates memory for theTQ3TriangleData
structure internally; you must callQ3Triangle_EmptyData
to dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help