SKRotationScaleMatrix(Single, Single, Single, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.