RotationYRef(Matrix4x4,Single) Method
In This Topic
Creates a matrix that rotates around the y-axis.
Syntax
'Declaration
Public Overloads Shared Sub RotationYRef( _
ByRef As Matrix4x4, _
ByVal As Single _
)
public static void RotationYRef(
out Matrix4x4 ,
float
)
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