Matrix3x4::RotationY

Matrix3x4::RotationY
static inline Matrix3x4<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