Edit

SKRotationScaleMatrix(Single, Single, Single, Single) Constructor

Definition

Creates a new SKRotationScaleMatrix with the specified components.

public SKRotationScaleMatrix(float scos, float ssin, float tx, float ty);

Parameters

scos
Single

The scaled cosine value (scale * cos(angle)).

ssin
Single

The scaled sine value (scale * sin(angle)).

tx
Single

The x-axis translation component.

ty
Single

The y-axis translation component.

Applies to