Matrix4x4::CreateScale Method (Single, Single, Single)
Creates a scaling matrix from the specified X, Y, and Z components.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- xScale
- Type: System::Single
The value to scale by on the X axis.
- yScale
- Type: System::Single
The value to scale by on the Y axis.
- zScale
- Type: System::Single
The value to scale by on the Z axis.
Show: