C4 Engine
C4 Engine API Documentation

Matrix2D::MakeRotation

Defined in:  TSMatrix2D.h
Returns a matrix that represents a rotation in the 2D plane.
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

Matrix2D::SetIdentity

Matrix2D::Set