Matrix2D::MakeRotation
Defined in:
Returns a matrix that represents a rotation in the 2D plane.
TSMatrix2D.h
Prototype
static Matrix2D MakeRotation(float angle);
Parameters
angle |
The angle through which to rotate, in radians. |
Description
The MakeRotation
function returns a matrix representing a rotation through the angle given by the angle
parameter in the 2D plane.
See Also