All Classes |Grouped Classes |Index

Function point

Point.

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

	static void CL_Draw::point(
		CL_GraphicContext & gc,
		const CL_Pointf & point,
		const CL_Colorf & color);