ComponentOne Bitmap for UWP
RotationY(Single,Vector3) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > RotationY Method : RotationY(Single,Vector3) Method
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
The center point.
Creates a matrix that rotates around the y-axis.
Syntax
'Declaration
 
Public Overloads Shared Function RotationY( _
   ByVal radians As System.Single, _
   ByVal centerPoint As Vector3 _
) As Matrix4x4
public static Matrix4x4 RotationY( 
   System.float radians,
   Vector3 centerPoint
)

Parameters

radians
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
centerPoint
The center point.

Return Value

The created rotation matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List