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