Matrix.Scaling Method ()
Builds a matrix that scales along the x-axis, y-axis, and z-axis.
public static Matrix Scaling(float, float, float); public static Matrix Scaling(Vector3);
Show:
Try Microsoft Edge
A fast and secure browser that's designed for Windows 10
Get started
Builds a matrix that scales along the x-axis, y-axis, and z-axis.
public static Matrix Scaling(float, float, float); public static Matrix Scaling(Vector3);