Click or drag to resize
Accord.NET (logo)

Matrix3x3CreateRotationX Method

Creates rotation matrix around X axis.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static Matrix3x3 CreateRotationX(
	float radians
)
Request Example View Source

Parameters

radians
Type: SystemSingle
Rotation angle around X axis in radians.

Return Value

Type: Matrix3x3
Returns rotation matrix to rotate an object around X axis.
See Also