ComponentOne Bitmap for UWP
RotationYRef(Matrix4x4,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > RotationYRef Method : RotationYRef(Matrix4x4,Single) Method
When the method completes, contains the created rotation matrix.
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
Creates a matrix that rotates around the y-axis.
Syntax
'Declaration
 
Public Overloads Shared Sub RotationYRef( _
   ByRef result As Matrix4x4, _
   ByVal radians As System.Single _
) 
public static void RotationYRef( 
   out Matrix4x4 result,
   System.float radians
)

Parameters

result
When the method completes, contains the created rotation matrix.
radians
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List