C4 Engine
C4 Engine API Documentation

Transform4D::MakeRotationY

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

static Transform4D MakeRotationY(float angle);

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

Transform4D::MakeRotationX

Transform4D::MakeRotationZ

Transform4D::MakeRotation