Creates a matrix that scales along the x-axis and y-axis.
public static Matrix Scale(double scaleX, double scaleY)
Scaling factor that is applied along the x-axis.
Scaling factor that is applied along the y-axis.