Draw a triangle.
static void CL_Draw::triangle( CL_GraphicContext & gc, const CL_Pointf & a, const CL_Pointf & b, const CL_Pointf & c, const CL_Colorf & color); static void CL_Draw::triangle( CL_GraphicContext & gc, const CL_Trianglef & dest_triangle, const CL_Colorf & color);