Transform4D::MakeRotationY
Defined in:
Returns a matrix that represents a rotation about the y axis.
TSMatrix4D.h
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