MatrixTranslation Method (Single, Single, Single) |
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntaxpublic static Matrix Translation(
float x,
float y,
float z
)
Parameters
- x
- Type: SystemSingle
The X translation - y
- Type: SystemSingle
The Y translation - z
- Type: SystemSingle
The Z translation
Return Value
Type:
MatrixResulting translation
Matrix
See Also