Public Member Functions | |
| HRESULT | GetNumUVTripleIndices ([out, retval] RtDWORD *dwNumTripleIndices) |
| HRESULT | SetNumUVTripleIndices ([in] RtDWORD dwNumUVTripleIndices) |
Properties | |
| RtUlong * | i ([in] RtDWORD dwIndex) [get] |
| RtUlong | i ([in] RtDWORD dwIndex) [set] |
| RtUlong * | j ([in] RtDWORD dwIndex) [get] |
| RtUlong | j ([in] RtDWORD dwIndex) [set] |
| RtUlong * | k ([in] RtDWORD dwIndex) [get] |
| RtUlong | k ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdUVTriangleStream::GetNumUVTripleIndices | ( | [out, retval] RtDWORD * | dwNumTripleIndices | ) |
Get number of triangles.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdUVTriangleStream::SetNumUVTripleIndices | ( | [in] RtDWORD | dwNumUVTripleIndices | ) |
Set number of triangles.
| dwNumUVTripleIndices | [in] Value to set for number of triangles in stream. |
RtUlong * IRdUVTriangleStream::i([in] RtDWORD dwIndex) [get] |
Get index of first UV coordinate of i-th triangle. (i).
| dwIndex | [in] Triangle index value. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdUVTriangleStream::i([in] RtDWORD dwIndex) [set] |
Set index of first UV coordinate of i-th triangle. (i).
| dwIndex | [in] Triangle index value. | |
| newVal | [in] Set index value for first UVcoordinate. (i). |
RtUlong * IRdUVTriangleStream::j([in] RtDWORD dwIndex) [get] |
Get index of second UV coordinate of i-th triangle. (j).
| dwIndex | [in] Triangle index value. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdUVTriangleStream::j([in] RtDWORD dwIndex) [set] |
Set index of second UV coordinate of i-th triangle. (j).
| dwIndex | [in] Triangle index value. | |
| newVal | [in] Set index value for second UVcoordinate. (j). |
RtUlong* IRdUVTriangleStream::k([in] RtDWORD dwIndex) [get] |
Get index of third UV coordinate of i-th triangle. (k).
| dwIndex | [in] Triangle index value. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdUVTriangleStream::k([in] RtDWORD dwIndex) [set] |
Set index of third UV coordinate of i-th triangle. (k).
| dwIndex | [in] Triangle index value. | |
| newVal | [in] Set index value for third UVcoordinate. (k). |
1.5.5