All Classes |Grouped Classes |Index

Function CL_Rectx

Constructs an rectangle.

	CL_Rectx< Type >::CL_Rectx();

	CL_Rectx< Type >::CL_Rectx(
		const CL_Sizex < Type > & s);

	CL_Rectx< Type >::CL_Rectx(
		Type new_left,
		Type new_top,
		Type new_right,
		Type new_bottom);

	CL_Rectx< Type >::CL_Rectx(
		const CL_Pointx < Type > & p,
		const CL_Sizex < Type > & size);

	CL_Rectx< Type >::CL_Rectx(
		Type new_left,
		Type new_top,
		const CL_Sizex < Type > & size);

	CL_Rectx< Type >::CL_Rectx(
		const CL_Rectx < int > & rect);

	CL_Rectx< Type >::CL_Rectx(
		const CL_Rectx < float > & rect);

	CL_Rectx< Type >::CL_Rectx(
		const CL_Rectx < double > & rect);