Matrix2f.Rotate(Single) Method

Definition

Modifies the current matrix by post-multiplying it with a rotation matrix of given angle

[Android.Runtime.Register("rotate", "(F)V", "GetRotate_FHandler")]
public virtual void Rotate (float rot);
[<Android.Runtime.Register("rotate", "(F)V", "GetRotate_FHandler")>]
abstract member Rotate : single -> unit
override this.Rotate : single -> unit

Parameters

rot
Single

angle of rotation

Attributes

Remarks

Modifies the current matrix by post-multiplying it with a rotation matrix of given angle

Java documentation for android.renderscript.Matrix2f.rotate(float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to