Matrix4x4::RotationY

Matrix4x4::RotationY
static inline Matrix4x4<T> RotationY(T angleRad);
Description

RotationY creates a matrix for rotation about the Y axis.

Parameters
Parameters 
Description 
T angleRad 
The rotation angle in radians. 
Return Value