Home |All Classes |Grouped Classes |Index |Search

Function point

	static void CL_Draw::point(
		CL_GraphicContext  gc,
		double x1,
		double y1,
		const CL_Colord & color);

	static void CL_Draw::point(
		CL_GraphicContext  gc,
		const CL_Pointd & point,
		const CL_Colord & color);