Home | All Classes | Grouped Classes | Index | Search

CL_Vector::rotate

Rotate vector around an axis.

	CL_Vector rotate(
		float angle, const CL_Vector& axis);

Parameters:

angle
Angle to rotate.
axis
Rotation axis.

Return value:

The resulting rotated vector.

See also:

CL_Vector



Questions or comments, write to the ClanLib mailing list.