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

rotateByRadians:

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

Declaration 宣言

- (void)rotateByRadians:(CGFloat)angle;

Parameters パラメータ

angle

The rotation angle, measured in radians. ラジアンで計られる、回転角度。

Discussion 議論

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

See Also 参照

Accumulating Transformations 変換の累算