All Classes |Grouped Classes |Index

Function translate

Translate the rect.

	CL_Rectx<Type>& CL_Rectx< Type >::translate(
		const CL_Vec2 < Type > & p);

	CL_Rectx<Type>& CL_Rectx< Type >::translate(
		const CL_Rectx < Type > & p);

	CL_Rectx<Type>& CL_Rectx< Type >::translate(
		Type x,
		Type y);