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