Returns a scaling matrix for the given x, y, z factors.
x
y
z
factory MatrixD.scale(double x, double y, double z) => .mat4( x, 0, 0, 0, 0, y, 0, 0, 0, 0, z, 0, 0, 0, 0, 1, );