Instance Method インスタンスメソッド

rotate(byDegrees:)

Applies a rotation factor (measured in degrees) to the receiver’s transformation matrix. 回転因数(度数で計られた)をレシーバの変換行列に適用します。

Declaration 宣言

func rotate(byDegrees angle: CGFloat)

Parameters パラメータ

angle

The rotation angle, measured in degrees. 度数で計られる、回転角度。

Discussion 議論

After invoking this method, applying the receiver’s matrix turns the axes counterclockwise about the current origin by angle degrees, in addition to performing all previous transformations. このメソッドを発動後、レシーバの行列を適用することは、全ての以前の変換を実行することに加えて、軸を現在の原点についてangle度で反時計回りに回転させます。

See Also 参照

Accumulating Transformations 変換の累算