|
Matrix3x3CreateRotationY Method
|
Creates rotation matrix around Y axis.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static Matrix3x3 CreateRotationY(
float radians
)
Public Shared Function CreateRotationY (
radians As Single
) As Matrix3x3
Request Example
View SourceParameters
- radians
- Type: SystemSingle
Rotation angle around Y axis in radians.
Return Value
Type:
Matrix3x3Returns rotation matrix to rotate an object around Y axis.
See Also