#####################
Draw_DC_XXX_Polylines
#####################

.. default-domain:: cpp

Functions
=========

===== =======================================================================================================================================================================================================================================================================================================
void  :cpp:func:`HIC_Draw_DC_Polyline <void HIC_Draw_DC_Polyline(HIC_Rendition *nr, int count, HIC_DC_Point points[])>`                                                                                                                                                                                      
void  :cpp:func:`HIC_Draw_DC_Colorized_Polyline <void HIC_Draw_DC_Colorized_Polyline(HIC_Rendition *nr, int count, HIC_DC_Point points[], HIC_RGBAS32 color[], int single)>`                                                                                                                                 
void  :cpp:func:`HIC_Draw_DC_Gouraud_Polyline <void HIC_Draw_DC_Gouraud_Polyline(HIC_Rendition *nr, int count, HIC_DC_Point points[], HIC_RGBAS32 colors[])>`                                                                                                                                                
void  :cpp:func:`HIC_Draw_DC_Phong_Polyline <void HIC_Draw_DC_Phong_Polyline(HIC_Rendition *nr, int count, HIC_DC_Point points[], HIC_RGBA colors[], HIC_Plane planes[], HIC_DPlane dplanes[], HIC_Point worlds[], HIC_DPoint dworlds[])>`                                                                   
void  :cpp:func:`HIC_Draw_DC_Textured_Polyline <void HIC_Draw_DC_Textured_Polyline(HIC_Rendition *nr, int count, HIC_DC_Point points[], HIC_RGBA colors[], HIC_Plane planes[], HIC_DPlane dplanes[], HIC_Point worlds[], HIC_DPoint dworlds[], float params[], int param_width, HIC_Integer32 param_flags)>` 
===== =======================================================================================================================================================================================================================================================================================================

Detailed Description
====================

.. doxygengroup:: Draw_DC_XXX_Polylines
   :project: 3dgs_im
   :desc-only:

Function Documentation
======================

.. doxygenfunction:: HIC_Draw_DC_Polyline
   :project: 3dgs_im

.. doxygenfunction:: HIC_Draw_DC_Colorized_Polyline
   :project: 3dgs_im

.. doxygenfunction:: HIC_Draw_DC_Gouraud_Polyline
   :project: 3dgs_im

.. doxygenfunction:: HIC_Draw_DC_Phong_Polyline
   :project: 3dgs_im

.. doxygenfunction:: HIC_Draw_DC_Textured_Polyline
   :project: 3dgs_im



