Home | All Classes | Grouped Classes | Index | Search

CL_Quad::scale

Scale the Quad

	void scale(
		float sx, float sy);

	void scale(
		const CL_Point& hotspot, float sx, float sy);

Parameters:

sx
Scale value in x-axis
sy
Scale value in y-axis
hotspot
Point to scale around.

See also:

CL_Point | CL_Quad



Questions or comments, write to the ClanLib mailing list.