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