|   | Matrix4x4CreateRotationY Method  | 
        
         
            Creates rotation matrix around Y axis.
            
 
    Namespace: 
   Accord.Math
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
 Syntax
Syntaxpublic static Matrix4x4 CreateRotationY(
	float radians
)
Public Shared Function CreateRotationY ( 
	radians As Single
) As Matrix4x4
Parameters
- radians
- Type: SystemSingle
 Rotation angle around Y axis in radians.
Return Value
Type: 
Matrix4x4Returns rotation matrix to rotate an object around Y axis.
 See Also
See Also