Creates rotation matrix around Y axis.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public static Matrix3x3 CreateRotationY(
	float radians
)

Parameters

radians
Type: System..::.Single
Rotation angle around Y axis in radians.

Return Value

Returns rotation matrix to rotate an object around Y axis.

See Also