Transform.scale

Combine the current transform with a scaling.

This function returns a reference to this, so that calls can be chained.

Parameters

factors Vector2f

Scaling factors

Return Value

Type: Transform

this

Meta