Cogl.MatrixStack.prototype.scale

function scale(x: Number(gfloat), y: Number(gfloat), z: Number(gfloat)): void {
    // Gjs wrapper for cogl_matrix_stack_scale()
}
  

Multiplies the current matrix by one that scales the x, y and z axes by the given values.

x

Amount to scale along the x-axis

y

Amount to scale along the y-axis

z

Amount to scale along the z-axis