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 IRdUVSecTriangleStream::GetNumUVTripleIndices | ( | [out, retval] RtDWORD * | dwNumTripleIndices | ) |
Get number of triangles.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdUVSecTriangleStream::SetNumUVTripleIndices | ( | [in] RtDWORD | dwNumUVTripleIndices | ) |
Set number of triangles.
| dwNumUVTripleIndices | [in] Value to set for number of triangles in stream. |
RtUlong * IRdUVSecTriangleStream::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 IRdUVSecTriangleStream::i([in] RtDWORD dwIndex) [set] |
Set index of first UV coordinate of i-th triangle. (i).
| dwIndex | [in] Triangle index. | |
| newVal | [in] Set first UV coordinate index value for the i-th triangle. (i). |
RtUlong * IRdUVSecTriangleStream::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 IRdUVSecTriangleStream::j([in] RtDWORD dwIndex) [set] |
Set index of second UV coordinate of i-th triangle. (j).
| dwIndex | [in] Triangle index. | |
| newVal | [in] Set second UV coordinate index value for the i-th triangle. (j). |
RtUlong* IRdUVSecTriangleStream::k([in] RtDWORD dwIndex) [get] |
Get index of third UV coordinate of i-th triangle.
| dwIndex | [in] Triangle index value. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdUVSecTriangleStream::k([in] RtDWORD dwIndex) [set] |
Set index of third UV coordinate of i-th triangle. (k).
| dwIndex | [in] Triangle index. | |
| newVal | [in] Set third UV coordinate index value for the i-th triangle. (k). |
1.5.5