Click or drag to resize

MatrixRotationYDegrees(Double) Method

Form a rotation Matrix rotating about the Y-Axis

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Matrix RotationYDegrees(
	double degrees
)

Parameters

degrees  Double
Angle in degrees

Return Value

Matrix
Resulting rotation Matrix
See Also