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