All Classes |Grouped Classes |Index

Function CL_Rectd

	CL_Rectd::CL_Rectd();

	CL_Rectd::CL_Rectd(
		const CL_Pointx < double > & p,
		const CL_Sizex < double > & size);

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

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

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

	CL_Rectd::CL_Rectd(
		const CL_Sizex < double > & s);

	CL_Rectd::CL_Rectd(
		const CL_Sizex < float > & s);

	CL_Rectd::CL_Rectd(
		const CL_Sizex < int > & s);

	CL_Rectd::CL_Rectd(
		double new_left,
		double new_top,
		const CL_Sizex < double > & size);

	CL_Rectd::CL_Rectd(
		double new_left,
		double new_top,
		double new_right,
		double new_bottom);