Functions | |
HC_EXTERNAL HIC_API HIC_Point const * | HIC_Show_Polymarker_Points (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API int | HIC_Show_Polymarker_Point_Count (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API int | HIC_Show_Polymarker_Length (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Polymarker_Vertex_Indices (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_RGB const * | HIC_Show_Polymarker_Vertex_Colors (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API float const * | HIC_Show_Polymarker_Vertex_Findices (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_Vector const * | HIC_Show_Polymarker_Vertex_Normals (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_Parameter const * | HIC_Show_Polymarker_Vertex_Parameters (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Polymarker_Vertex_Parameter_Width (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API bool | HIC_Show_Polymarker_Findex_Color_Interpolation (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API bool HIC_Show_Polymarker_Findex_Color_Interpolation | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns polymarker findex color interpolation as a boolean.
HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Length | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns the polymarker length as an int.
HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Point_Count | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns the number of points in a polymarker as an int.
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Polymarker_Points | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns polymarker points.
HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Polymarker_Vertex_Colors | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns the polymarker vertex colors as a structure of three floats, all between zero and one.
HC_EXTERNAL HIC_API float const* HIC_Show_Polymarker_Vertex_Findices | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns the polymarker vertex findices.
HC_EXTERNAL HIC_API int const* HIC_Show_Polymarker_Vertex_Indices | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns the polymarker vertex indices.
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Polymarker_Vertex_Normals | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns the polymarker vertex normals.
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Polymarker_Vertex_Parameter_Width | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns polymarker vertex parameter width.
HC_EXTERNAL HIC_API HIC_Parameter const* HIC_Show_Polymarker_Vertex_Parameters | ( | HIC_Polymarker const * | pm | ) |
pm | A pointer to a const HIC_Polymarker. |
This function returns the polymarker vertex parameters.