Home |All Classes |Grouped Classes |Index |Search

Function triangle

Draw a triangle.

	static void CL_Draw::triangle(
		CL_GraphicContext  gc,
		const CL_Pointd & a,
		const CL_Pointd & b,
		const CL_Pointd & c,
		const CL_Colord & color);