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