Click or drag to resize

MatrixRotationZ Method (Double)

Form a rotation Matrix rotating about the Z-Axis

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Matrix RotationZ(
	double radians
)

Parameters

radians
Type: SystemDouble
Angle in radians

Return Value

Type: Matrix
Resulting rotation Matrix
See Also