Functions | |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Ellipse (HIC_Rendition const *nr, HIC_DC_Point const *where, HIC_DC_Point const *radius) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Elliptical_Arc (HIC_Rendition const *nr, HIC_DC_Point const *where, HIC_DC_Point const *radius, float start, float end) |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Ellipse | ( | HIC_Rendition const * | nr, | |
HIC_DC_Point const * | where, | |||
HIC_DC_Point const * | radius | |||
) |
nr | A pointer to a const HIC_Rendition. | |
where | A pointer to a const HIC_DC_Point. | |
radius | A pointer to a const HIC_DC_Point. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Elliptical_Arc | ( | HIC_Rendition const * | nr, | |
HIC_DC_Point const * | where, | |||
HIC_DC_Point const * | radius, | |||
float | start, | |||
float | end | |||
) |
nr | A pointer to a const HIC_Rendition. | |
where | A pointer to a const HIC_DC_Point. | |
radius | A pointer to a const HIC_DC_Point. | |
start | A float. | |
end | A float. |