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