man conic.c () - Ellipse and circle drawing.

NAME

conic.c - Ellipse and circle drawing.

SYNOPSIS



Functions

void caca_draw_circle (int x, int y, int r, char c)

Draw a circle on the screen using the given character. void caca_fill_ellipse (int xo, int yo, int a, int b, char c)

Fill an ellipse on the screen using the given character. void caca_draw_ellipse (int xo, int yo, int a, int b, char c)

Draw an ellipse on the screen using the given character. void caca_draw_thin_ellipse (int xo, int yo, int a, int b)

Draw a thin ellipse on the screen.

Detailed Description

Version: $Id: conic.c 219 2004-01-07 12:45:02Z sam $

Author: Sam Hocevar <sam@zoy.org>

This file contains ellipse and circle drawing functions, both filled and outline.

Author

Generated automatically by Doxygen for libcaca from the source code.