Contents

init(scale:rotation:translation:)

Returns a new scale, rotate, translate transform.

Declaration

init(scale: Self.Size, rotation: Self.Rotation, translation: Self.Vector)

Parameters

  • scale:

    The scale.

  • rotation:

    The rotation.

  • translation:

    The translation.