Create a copy of this scaled by a Vector3, Vector4 or x,y, and z.
this
Vector3
Vector4
x
y
z
Matrix4 scaled(x, [double y = null, double z = null]) => clone()..scale(x, y, z);