Click or drag to resize

MatrixRotationZDegrees(Double) Method

Form a rotation Matrix rotating about the Z-Axis

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

Parameters

degrees  Double
Angle in degrees

Return Value

Matrix
Resulting rotation Matrix
See Also