Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Findex_Color_Interpolation (HIC_Polymarker const *pm, bool flag) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Length (HIC_Polymarker const *pm, int len) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Points (HIC_Polymarker const *pm, HIC_Point *pts) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Colors (HIC_Polymarker const *pm, HIC_RGB *vcolors) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Findices (HIC_Polymarker const *pm, float *vfindices) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Indices (HIC_Polymarker const *pm, int *vi) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Normals (HIC_Polymarker const *pm, HIC_Vector *vnormals) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Parameter_Width (HIC_Polymarker const *pm, HIC_Integer32 width) |
HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Parameters (HIC_Polymarker const *pm, HIC_Parameter *vparameters) |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Findex_Color_Interpolation | ( | HIC_Polymarker const * | pm, | |
bool | flag | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
flag | A boolean. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Length | ( | HIC_Polymarker const * | pm, | |
int | len | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
len | An int. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Points | ( | HIC_Polymarker const * | pm, | |
HIC_Point * | pts | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
pts | A pointer to a HIC_Point, the first in an array of 3D points that contains the vertices of all the polymarkers in the list. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Colors | ( | HIC_Polymarker const * | pm, | |
HIC_RGB * | vcolors | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
vcolors | A HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Findices | ( | HIC_Polymarker const * | pm, | |
float * | vfindices | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
vfindices | A pointer to a float. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Indices | ( | HIC_Polymarker const * | pm, | |
int * | vi | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
vi | An int pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Normals | ( | HIC_Polymarker const * | pm, | |
HIC_Vector * | vnormals | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
vnormals | A pointer to a HIC_Vector. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Parameter_Width | ( | HIC_Polymarker const * | pm, | |
HIC_Integer32 | width | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
width | A HIC_Integer32. |
HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Parameters | ( | HIC_Polymarker const * | pm, | |
HIC_Parameter * | vparameters | |||
) |
pm | A pointer to a const HIC_Polymarker. | |
vparameters | A pointer to a HIC_Parameter. |