Definition.

 

typedef void(*SG_DRAW_LINE_FUNC)(SG_POINT*, SG_POINT*);

 

The pointer to a function called for each line segment set by two points. Used as an argument in geometries drawing functions wihout creating objects.

 

Defined in  sgDefs.h