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