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