MatrixRotationY Method (Single) |
Form a rotation
Matrix rotating about the Y-Axis
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic static Matrix RotationY(
float radians
)
Parameters
- radians
- Type: SystemSingle
Angle in radians
Return Value
Type:
MatrixResulting rotation
Matrix
See Also