Public Member Functions | |
| HRESULT | GetNumVertices ([out, retval] RtDWORD *dwNumVertices) |
| HRESULT | SetNumVertices ([in] RtDWORD dwNumVertices) |
Properties | |
| RtFloat * | x ([in] RtDWORD dwIndex) [get] |
| RtFloat | x ([in] RtDWORD dwIndex) [set] |
| RtFloat * | y ([in] RtDWORD dwIndex) [get] |
| RtFloat | y ([in] RtDWORD dwIndex) [set] |
| RtFloat * | z ([in] RtDWORD dwIndex) [get] |
| RtFloat | z ([in] RtDWORD dwIndex) [set] |
| RtUlong * | index ([in] RtDWORD dwIndex) [get] |
| RtUlong | index ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdVertexMorphStream::GetNumVertices | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
Get number of vertices.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdVertexMorphStream::SetNumVertices | ( | [in] RtDWORD | dwNumVertices | ) |
Set number of vertices.
| dwNumVertices | [in] Number of vertices to size stream to. |
RtFloat* IRdVertexMorphStream::x([in] RtDWORD dwIndex) [get] |
Get x-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value
RtFloat IRdVertexMorphStream::x([in] RtDWORD dwIndex) [set] |
Set x-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] X-value to set. |
RtFloat* IRdVertexMorphStream::y([in] RtDWORD dwIndex) [get] |
Get y-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexMorphStream::y([in] RtDWORD dwIndex) [set] |
Set y-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] Y-value to set. |
RtFloat* IRdVertexMorphStream::z([in] RtDWORD dwIndex) [get] |
Get z-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexMorphStream::z([in] RtDWORD dwIndex) [set] |
Set z-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] Z-value to set. |
RtUlong * IRdVertexMorphStream::index([in] RtDWORD dwIndex) [get] |
Get vertex index of i-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdVertexMorphStream::index([in] RtDWORD dwIndex) [set] |
Set vertex index of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] New index value to set for the i-th vertex. |
1.5.5