All Classes |Grouped Classes |Index

Function get_rot_bounds

Returns another CL_Rectx containing a rotated version of this one.

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

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