SKMatrix44.SetTranslate(Single, Single, Single) Method

Definition

Resets the current matrix to a translation matrix.

public void SetTranslate (float dx, float dy, float dz);

Parameters

dx
Single

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

dy
Single

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

dz
Single

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

Applies to