Creates a matrix that rotates around the y-axis.
'Declaration
Public Overloads Shared Function RotationY( _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 RotationY(
System.float
)
Parameters
- radians
- Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
Return Value
The created rotation matrix.