All Classes |Grouped Classes |Index

Function get_rot_bounds

Returns another CL_Rectx containing a rotated version of this one.

	CL_Rectx<Type> CL_Rectx< Type >::get_rot_bounds(
		const CL_Vec2 < Type > & hotspot,
		const CL_Angle & angle);

	CL_Rectx<Type> CL_Rectx< Type >::get_rot_bounds(
		CL_Origin  origin,
		Type x,
		Type y,
		const CL_Angle & angle);