Click or drag to resize

Matrix3FromRotateByY(Radian, Matrix3) Method

Creates a matrix that rotates around the y-axis.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void FromRotateByY(
	Radian angle,
	out Matrix3 result
)

Parameters

angle  Radian
The angle in radians.
result  Matrix3
When the method completes, contains the resulting rotation matrix.
See Also