MatrixRotationZDegrees(Double) Method |
Form a rotation
Matrix rotating about the Z-Axis
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic static Matrix RotationZDegrees(
double degrees
)
Parameters
- degrees Double
- Angle in degrees
Return Value
MatrixResulting rotation
Matrix
See Also