Click or drag to resize

Matrix3FFromRotateByZ Method (RadianF, Matrix3F)

Creates a matrix that rotates around the z-axis.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void FromRotateByZ(
	RadianF angle,
	out Matrix3F result
)

Parameters

angle
Type: NeoAxisRadianF
The angle in radians.
result
Type: NeoAxisMatrix3F
When the method completes, contains the resulting rotation matrix.
See Also