GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Functions
gp_circle.h File Reference

A ring and circle drawing algorithms. More...

#include <core/gp_types.h>

Go to the source code of this file.

Functions

void gp_circle (gp_pixmap *pixmap, gp_coord xcenter, gp_coord ycenter, gp_size r, gp_pixel pixel)
 Draws a circle.
 
void gp_fill_circle (gp_pixmap *pixmap, gp_coord xcenter, gp_coord ycenter, gp_size r, gp_pixel pixel)
 Draws a filled circle.
 

Detailed Description

A ring and circle drawing algorithms.

Definition in file gp_circle.h.