SKMatrix44.PreScale(Single, Single, Single) Method

Definition

Pre-scales the current matrix with the specified scale.

public void PreScale (float sx, float sy, float sz);

Parameters

sx
Single

The amount, along the x-axis, to scale.

sy
Single

The amount, along the y-axis, to scale.

sz
Single

The amount, along the z-axis, to scale.

Applies to