Main Page   Modules   File List   Globals  

triangle.c File Reference

Triangle drawing. More...


Functions

void caca_draw_triangle (int x1, int y1, int x2, int y2, int x3, int y3, char c)
 Draw a triangle on the screen using the given character. More...

void caca_draw_thin_triangle (int x1, int y1, int x2, int y2, int x3, int y3)
 Draw a thin triangle on the screen. More...

void caca_fill_triangle (int x1, int y1, int x2, int y2, int x3, int y3, char c)
 Fill a triangle on the screen using the given character. More...


Detailed Description

Version:
$Id: triangle.c 195 2003-12-31 14:21:08Z sam $
Author:
Sam Hocevar <sam@zoy.org>

This file contains triangle drawing functions, both filled and outline.