SKMatrix44.SetColumnMajor(Single[]) Method

Definition

Resets the current matrix with the specified column-major values.

public void SetColumnMajor (float[] src);

Parameters

src
Single[]

The array containing the new, column-major values.

Applies to