All Classes |Grouped Classes |Index

Function overlap

Calculates the intersection of two rectangles.

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

Detailed description:

Rect values become: max left, max top, min right, min bottom.