C4 Engine
C4 Engine API Documentation

Transform4D::MakeRotationX

Defined in:  TSMatrix4D.h
Returns a matrix that represents a rotation about the x axis.
Prototype

static Transform4D MakeRotationX(float angle);

Parameters
angle The angle through which to rotate, in radians.
Description
The MakeRotationX function returns a matrix representing a rotation through the angle given by the angle parameter about the x axis.
See Also

Transform4D::MakeRotationY

Transform4D::MakeRotationZ

Transform4D::MakeRotation