This document is archived and information here might be outdated. Recommended version. |
Get Texture WKSPoint for a patch at vertex index.
[Visual Basic .NET] Public Function get_PatchTextureVertex ( _ ByVal patch As Integer, _ ByVal Index As Integer _ ) As WKSPoint
[C#] public WKSPoint get_PatchTextureVertex ( int patch, int Index );
[C++]
HRESULT get_PatchTextureVertex(
long patch,
long Index,
WKSPoint* pPoint
);
[C++] Parameters patch [in]
patch is a parameter of type long Index [in]
Index is a parameter of type long pPoint [out, retval]
pPoint is a parameter of type WKSPoint*
Returns as a WKSPoint the S and T coordinates of the specified texture vertex associated with the Patch located at the specified index.