Zernikalos/zernikalos.math/ZMatrix4/scale scale fun scale(s: ZVector3)(source)fun scale(x: Float, y: Float, z: Float)(source)Scales the current matrix by the specified vector.ParameterssThe vector by which to scale the matrix.